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 interfaceA number of standard HTTP headers as defined in RFC1945 (HTTP/1.0) and RFC2616 (HTTP/1.1).static final classSome static utility methods for HTTP.static interfaceThe HTTP methods as defined in RFC1945 (HTTP/1.0), RFC2616 (HTTP/1.1) and RFC5789 (PATCH).static interfaceThe HTTP status codes as defined in RFC1945 (HTTP/1.0) and RFC2616 (HTTP/1.1).