| Author |
How does one construct the delegate / response handler pattern as used in HTTPBuilder?
|
joseph beuckman
Greenhorn
Joined: Oct 18, 2012
Posts: 1
|
|
I want to write an asynchronous function that accepts a closure with handlers like HTTPBuilder.request does. How is the function written?
When I call the function, it will look like this:
|
 |
 |
|
|
subject: How does one construct the delegate / response handler pattern as used in HTTPBuilder?
|
|
|