Uses of Class
org.basex.query.util.http.HTTPRequest

Packages that use HTTPRequest
org.basex.query.util.http   
 

Uses of HTTPRequest in org.basex.query.util.http
 

Methods in org.basex.query.util.http that return HTTPRequest
 HTTPRequest HTTPRequestParser.parse(ANode request, ValueBuilder bodies)
          Parses an element.
 

Methods in org.basex.query.util.http with parameters of type HTTPRequest
 void HTTPClient.setRequestContent(java.io.OutputStream out, HTTPRequest r)
          Set HTTP request content.