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 edfd4c9 commit 01cb8f4Copy full SHA for 01cb8f4
payload.go
@@ -35,6 +35,7 @@ type Payload interface {
35
var (
36
MethodGet = NewRequestEx(http.MethodGet, ContentTypeAny)
37
MethodDelete = NewRequestEx(http.MethodDelete, ContentTypeAny)
38
+ MethodPut = NewRequestEx(http.MethodPut, ContentTypeAny)
39
)
40
41
///////////////////////////////////////////////////////////////////////////////
0 commit comments