Home
Information
Project Files
About Us
Jakarta Community
|
Features
|
HTTP Client provides...
-
an extensible framework for implementing HTTP-based methods,
including built-in support for the GET, POST, PUT, DELETE, HEAD,
and OPTIONS methods.
-
unconditional suppport for the client side of the HTTP/1.0 protocol, as defined in
RFC 1945
(Hypertext Transfer Protocol - HTTP/1.0).
-
unconditional suppport for the client side of the HTTP/1.1 protocol, as defined in
RFC 2616
(Hypertext Transfer Protocol - HTTP/1.1).
-
support for HTTP Cookies, as defined in
RFC 2109
(HTTP State Management System).
-
support for Basic authentication, as defined in
RFC 2617
(HTTP Authentication: Basic and Digest Access Authentication).
-
support for HTTPS (HTTP over SSL).
-
support for HTTP proxies.
|
|
|