Skip to content

Commit 8c20da2

Browse files
committed
util/httpm: add another HTTP method
Signed-off-by: Mihai Parparita <[email protected]>
1 parent 4a86904 commit 8c20da2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/httpm/httpm.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ const (
3333
OPTIONS = "OPTIONS"
3434
TRACE = "TRACE"
3535
SPACEJUMP = "SPACEJUMP" // https://www.w3.org/Protocols/HTTP/Methods/SpaceJump.html
36+
BREW = "BREW" // https://datatracker.ietf.org/doc/html/rfc2324#section-2.1.1
3637
)

0 commit comments

Comments
 (0)