Package org.rapidcontext.util
Interface HttpUtil.Method
- Enclosing interface:
- HttpUtil
public static interface HttpUtil.Method
The HTTP methods as defined in RFC1945 (HTTP/1.0), RFC2616
 (HTTP/1.1) and RFC5789 (PATCH).
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringCONNECT(HTTP/1.1 - RFC 2616)static final StringDELETE(HTTP/1.1 - RFC 2616)static final StringGET(HTTP/1.1 - RFC 2616)static final StringHEAD(HTTP/1.1 - RFC 2616)static final StringOPTIONS(HTTP/1.1 - RFC 2616)static final StringPATCH(HTTP PATCH - RFC 5789)static final StringPOST(HTTP/1.1 - RFC 2616)static final StringPUT(HTTP/1.1 - RFC 2616)static final StringTRACE(HTTP/1.1 - RFC 2616)
- 
Field Details- 
OPTIONSOPTIONS(HTTP/1.1 - RFC 2616)- See Also:
 
- 
GETGET(HTTP/1.1 - RFC 2616)- See Also:
 
- 
HEADHEAD(HTTP/1.1 - RFC 2616)- See Also:
 
- 
POSTPOST(HTTP/1.1 - RFC 2616)- See Also:
 
- 
PUTPUT(HTTP/1.1 - RFC 2616)- See Also:
 
- 
PATCHPATCH(HTTP PATCH - RFC 5789)- See Also:
 
- 
DELETEDELETE(HTTP/1.1 - RFC 2616)- See Also:
 
- 
TRACETRACE(HTTP/1.1 - RFC 2616)- See Also:
 
- 
CONNECTCONNECT(HTTP/1.1 - RFC 2616)- See Also:
 
 
-