http_method

package
v0.0.0-...-35a4376 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 6, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HTTPMethod

type HTTPMethod string
const (
	AnyHTTPMethod     HTTPMethod = "ANY"
	GetHTTPMethod     HTTPMethod = http.MethodGet
	HeadHTTPMethod    HTTPMethod = http.MethodHead
	PostHTTPMethod    HTTPMethod = http.MethodPost
	PutHTTPMethod     HTTPMethod = http.MethodPut
	PatchHTTPMethod   HTTPMethod = http.MethodPatch
	DeleteHTTPMethod  HTTPMethod = http.MethodDelete
	ConnectHTTPMethod HTTPMethod = http.MethodConnect
	OptionsHTTPMethod HTTPMethod = http.MethodOptions
	TraceHTTPMethod   HTTPMethod = http.MethodTrace
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL