Manual Validation

suggest change
Alamofire.request(.GET, "https://httpbin.org/get", parameters: ["foo": "bar"])
     .validate(statusCode: 200..<300)
     .validate(contentType: ["application/json"])
     .response { response in
         print(response)
     }

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents