Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d9ee67b

Browse filesBrowse files
committed
Added support for body request
1 parent d1a8880 commit d9ee67b
Copy full SHA for d9ee67b

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎server-engine.go

Copy file name to clipboardExpand all lines: server-engine.go
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const (
2626
/* HTTP Engine Type Values Starts at 1000 */
2727
HTTP_QUERY = ENGINE_PARAMETERS
2828
HTTP_PATH = ENGINE_PATH
29+
HTTP_BODY = iota + 1000
2930
HTTP_FORM = iota + 1000
3031
HTTP_MULTIPART_FORM = iota + 1000
3132
HTTP_METHOD = iota + 1000

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.