mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
util/httpm: add another HTTP method
Signed-off-by: Mihai Parparita <mihai@tailscale.com>
This commit is contained in:
parent
4a869048bf
commit
8c20da2568
@ -33,4 +33,5 @@
|
||||
OPTIONS = "OPTIONS"
|
||||
TRACE = "TRACE"
|
||||
SPACEJUMP = "SPACEJUMP" // https://www.w3.org/Protocols/HTTP/Methods/SpaceJump.html
|
||||
BREW = "BREW" // https://datatracker.ietf.org/doc/html/rfc2324#section-2.1.1
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user