3lvis / Networking

Swift HTTP Networking with stubbing and caching support
MIT License
1.36k stars 112 forks source link

Add support for skipping initializing with a url #236

Closed 3lvis closed 6 years ago

3lvis commented 6 years ago

Now you can do:

let networking = Networking()
networking.get("http://httpbin.org/get") { result in
    // ....
}