NuHTTP Class Reference
NuHTTPClient
Superclass: NSObject
Declared in: nu/client.nu
Methods
- - beginDownloadingURL:
- - connection:didFailWithError:
- - connection:didReceiveAuthenticationChallenge:
- - connection:didReceiveData:
- - connection:didReceiveResponse:
- - connectionDidFinishLoading:
- - flushURL:
- - freshResourceForURL:
- - init
- - initWithUserAgent:
- - resourceForURL:
- - waitForDownloadToComplete
| - | (void) | beginDownloadingURL: | (id) urlString |
in nu/client.nu
| - | (void) | connection: | (id) connection |
| didFailWithError: | (id) error | ||
in nu/client.nu
| - | (void) | connection: | (id) connection |
| didReceiveAuthenticationChallenge: | (id) challenge | ||
in nu/client.nu
| - | (void) | connection: | (id) connection |
| didReceiveData: | (id) data | ||
in nu/client.nu
| - | (void) | connection: | (id) connection |
| didReceiveResponse: | (id) response | ||
in nu/client.nu
| - | (void) | connectionDidFinishLoading: | (id) connection |
in nu/client.nu
| - | (id) | freshResourceForURL: | (id) url |
in nu/client.nu
| - | (id) | initWithUserAgent: | (id) userAgent |
in nu/client.nu
| - | (void) | waitForDownloadToComplete |
in nu/client.nu