Christian Noon
|
228003e804
Merge pull request #660 from Alamofire/feature/opening_up_parameter_encoding
|
10 years ago |
Christian Noon
|
bab103ae8e
Replaced force unwraps with initial guard statement in parameter encoding.
|
10 years ago |
Christian Noon
|
a217e0593c
Made the queryComponents and escape methods public to support Custom encoding.
|
10 years ago |
Christian Noon
|
1f2f391144
Removed unnecessary parentheses...no functional changes.
|
10 years ago |
Christian Noon
|
ed5c1c9dd6
Reformatted source code and documentation to fit within 120 characters.
|
10 years ago |
Christian Noon
|
81fd1ce0c4
Refactored percent escaping to no longer use deprecated method.
|
10 years ago |
Christian Noon
|
eac5d7643b
Converted all HTTP requests to HTTPS requests to better align with ATS.
|
10 years ago |
Christian Noon
|
edf46911fc
Removed explicit string values since they are implicitly set member's name.
|
10 years ago |
Christian Noon
|
2944131a2c
Refactored URLRequestConvertible to return an NSMutableURLRequest.
|
10 years ago |
Christian Noon
|
78f155d8f8
Merge branch 'master' into port/migrating_1.3.0_to_swift_2.0
|
10 years ago |
Christian Noon
|
6f903f34a1
Merge branch 'migration_point' into port/migrating_1.3.0_to_swift_2.0
|
10 years ago |
Christian Noon
|
c52a85a959
Fixed up copyright headers on some of the swift files...no functional changes.
|
10 years ago |
Christian Noon
|
338955a547
Audited logic for multiple if let binding and formatting...no functional changes.
|
10 years ago |
Christian Noon
|
28e7e8dcbe
Small formatting fixes in the ParameterEncoding enum...no functional changes.
|
10 years ago |
Christian Noon
|
af92ca3bdc
All properties are no prefixed with `self` while methods are not.
|
10 years ago |
Christian Noon
|
57f7b6cab3
Small formatting fixes...no functional changes.
|
10 years ago |
Petr Korolev
|
464e31b56c
[PR #478] Modified the encode return tuple to return a mutable URL request.
|
10 years ago |
Syo Ikeda
|
9041e45aa0
[Refactoring] Replace many of force unwrapping usages with optional binding and where clause
|
10 years ago |
Christian Noon
|
b87fb42859
Modified error handling to use implicit error catching to avoid fatal errors.
|
10 years ago |
Christian Noon
|
414fd980b2
Refactored frameworks, tests and example app to compile against Swift 2.0.
|
10 years ago |
Christian Noon
|
357b34e323
Added percent escaping tests around reserved / unreserved / illegal characters.
|
10 years ago |
Christian Noon
|
12528b6ccb
Added the "[" and "]" to the legal escape characters and added more documentation.
|
10 years ago |
Christian Noon
|
4ff7bcc6c7
Stripped all excess whitespace throughout the codebase.
|
10 years ago |
Christian Noon
|
2dada34b1e
Reformatted all MARKs to make it easier to quickly identify different sections.
|
10 years ago |
Christian Noon
|
1f66a59266
Moved the ParameterEncoding and Method logic into a separate Swift file.
|
10 years ago |