Uses of Interface
org.apache.http.HttpRequest

Packages that use HttpRequest
Package Description
org.apache.http
The core interfaces and classes of the HTTP components.
org.apache.http.auth
The API for client-side HTTP authentication against a server, commonly referred to as HttpAuth.
org.apache.http.client
The API for client-side HTTP communication and entry point to the HttpClient module.
org.apache.http.client.methods
Request implementations for the various HTTP methods like GET and POST.
org.apache.http.client.protocol
Additional request and response interceptors.
org.apache.http.conn.routing
The client-side route representation and tracking API, part of HttpConn.
org.apache.http.impl
Default implementations for interfaces in org.apache.http.
org.apache.http.impl.auth  
org.apache.http.impl.client  
org.apache.http.impl.conn  
org.apache.http.message
A selection of HTTP message implementations.
org.apache.http.protocol
HTTP protocol execution framework.