public final class Request
Request is the HTTP request to be proxied.
public URI
uri
public String
method
public Map<String, String>
headers
public ByteArray
body
Request(URI uri, String method, Map<String, String> headers, ByteArray body)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
String toString()