- del
void del(HttpRequest request, HttpResponseHandler responseHandler)
Undocumented in source. Be warned that the author may not have intended to support it.
- del
HttpResponse del(HttpRequest request)
Undocumented in source. Be warned that the author may not have intended to support it.
- doRequest
HttpResponse doRequest(HTTP.Method httpMethod, HttpRequest request)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
void get(HttpRequest request, HttpResponseHandler responseHandler)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
HttpResponse get(HttpRequest request)
Undocumented in source. Be warned that the author may not have intended to support it.
- patch
void patch(HttpRequest request, HttpResponseHandler responseHandler)
Undocumented in source. Be warned that the author may not have intended to support it.
- patch
HttpResponse patch(HttpRequest request)
Undocumented in source. Be warned that the author may not have intended to support it.
- post
void post(HttpRequest request, HttpResponseHandler responseHandler)
Undocumented in source. Be warned that the author may not have intended to support it.
- post
HttpResponse post(HttpRequest request)
Undocumented in source. Be warned that the author may not have intended to support it.
- put
void put(HttpRequest request, HttpResponseHandler responseHandler)
Undocumented in source. Be warned that the author may not have intended to support it.
- put
HttpResponse put(HttpRequest request)
Undocumented in source. Be warned that the author may not have intended to support it.
- upload
void upload(HttpRequest request, File file, HttpResponseHandler responseHandler)
Undocumented in source. Be warned that the author may not have intended to support it.
- upload
HttpResponse upload(HttpRequest request, File file)
Undocumented in source. Be warned that the author may not have intended to support it.
- init
HttpClient init(HttpClientOptions options)
Undocumented in source.
- post
void post(HttpRequest request, HttpResponseHandler responseHandler)
Undocumented in source.
- post
HttpResponse post(HttpRequest request)
Undocumented in source.
- get
void get(HttpRequest request, HttpResponseHandler responseHandler)
Undocumented in source.
- get
HttpResponse get(HttpRequest request)
Undocumented in source.
- put
void put(HttpRequest request, HttpResponseHandler responseHandler)
Undocumented in source.
- put
HttpResponse put(HttpRequest request)
Undocumented in source.
- del
void del(HttpRequest request, HttpResponseHandler responseHandler)
Undocumented in source.
- del
HttpResponse del(HttpRequest request)
Undocumented in source.
- patch
void patch(HttpRequest request, HttpResponseHandler responseHandler)
Undocumented in source.
- patch
HttpResponse patch(HttpRequest request)
Undocumented in source.
- upload
void upload(HttpRequest request, File file, HttpResponseHandler responseHandler)
Undocumented in source.
- upload
HttpResponse upload(HttpRequest request, File file)
Undocumented in source.