|
|
@@ -20,7 +20,6 @@
|
|
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
// THE SOFTWARE.
|
|
|
|
|
|
-
|
|
|
import Foundation
|
|
|
|
|
|
/// Alamofire errors
|
|
|
@@ -164,11 +163,11 @@ public enum ParameterEncoding {
|
|
|
Types adopting the `URLStringConvertible` protocol can be used to construct URL strings, which are then used to construct URL requests.
|
|
|
*/
|
|
|
public protocol URLStringConvertible {
|
|
|
- /**
|
|
|
+ /**
|
|
|
A URL that conforms to RFC 2396.
|
|
|
-
|
|
|
+
|
|
|
Methods accepting a `URLStringConvertible` type parameter parse it according to RFCs 1738 and 1808.
|
|
|
-
|
|
|
+
|
|
|
See http://tools.ietf.org/html/rfc2396
|
|
|
See http://tools.ietf.org/html/rfc1738
|
|
|
See http://tools.ietf.org/html/rfc1808
|