We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4d56e commit c8257e1Copy full SHA for c8257e1
1 file changed
payload.go
@@ -38,6 +38,7 @@ var (
38
MethodHead = NewRequestEx(http.MethodHead, types.ContentTypeAny)
39
MethodDelete = NewRequestEx(http.MethodDelete, types.ContentTypeAny)
40
MethodPut = NewRequestEx(http.MethodPut, types.ContentTypeAny)
41
+ MethodPost = NewRequestEx(http.MethodPost, types.ContentTypeAny)
42
)
43
44
///////////////////////////////////////////////////////////////////////////////
0 commit comments