Skip to content

Commit c8257e1

Browse files
authored
Added POST method (#67)
1 parent 8d4d56e commit c8257e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

payload.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ var (
3838
MethodHead = NewRequestEx(http.MethodHead, types.ContentTypeAny)
3939
MethodDelete = NewRequestEx(http.MethodDelete, types.ContentTypeAny)
4040
MethodPut = NewRequestEx(http.MethodPut, types.ContentTypeAny)
41+
MethodPost = NewRequestEx(http.MethodPost, types.ContentTypeAny)
4142
)
4243

4344
///////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)