| Package | Description |
|---|---|
| io.higgs.http.client |
| Modifier and Type | Method and Description |
|---|---|
POST |
POST.file(HttpFile file) |
POST |
POST.form(String name,
Object value) |
POST |
HttpRequestBuilder.POST(URI uri,
io.netty.handler.codec.http.HttpVersion version,
Reader reader) |
POST |
HttpRequestBuilder.POST(URI uri,
Reader reader)
See
Reader for handling incoming data and the default implementations
PageReader which reads an entire page
LineReader which reads a response line by line
or
FileReader which reads a response and saves it to a file |
POST |
POST.setMinSize(long minSize) |
Copyright © 2012-2015. All Rights Reserved.