BothamNetworking icon indicating copy to clipboard operation
BothamNetworking copied to clipboard

Networking Framework written in Swift.

Results 5 BothamNetworking issues
Sort by recently updated
recently updated
newest added

Example: Response with Status Code 400 With JSON Body Mapping to domain Error

We should review this code and maybe unify it inside NSHTTPClient.

enhancement

``` swift let sessionConfiguration = NSURLSessionConfiguration.defaultSessionConfiguration() let cookieStorage = NSHTTPCookieStorage.sharedHTTPCookieStorage() sessionConfiguration.HTTPCookieStorage = cookieStorage sessionConfiguration.HTTPCookieAcceptPolicy = .Always ```

Check test spdy3HeadersList https://github.com/square/okhttp/blob/ee83d8d26afd92d27fbcd2a328e882f25a5090c6/okhttp-tests/src/test/java/okhttp3/internal/http/HeadersTest.java#L87

feature