Package org.rapidcontext.util
Interface HttpUtil
- All Known Implementing Classes:
AppWebService
,FileWebService
,LogWebService
,ProcedureWebService
,Request
,StatusWebService
,StorageWebService
,WebService
public interface HttpUtil
A set of utility methods and constants for the HTTP protocol.
- Version:
- 1.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
A number of standard HTTP headers as defined in RFC1945 (HTTP/1.0) and RFC2616 (HTTP/1.1).static final class
Some static utility methods for HTTP.static interface
The HTTP methods as defined in RFC1945 (HTTP/1.0), RFC2616 (HTTP/1.1) and RFC5789 (PATCH).static interface
The HTTP status codes as defined in RFC1945 (HTTP/1.0) and RFC2616 (HTTP/1.1).