Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GorgMiddleware ¶
type GorgMiddleware string
const ( Auth GorgMiddleware = "auth" Logger GorgMiddleware = "logger" Recover GorgMiddleware = "recover" )
type HttpMethod ¶
type HttpMethod string
const ( GET HttpMethod = "GET" PUT HttpMethod = "PUT" HEAD HttpMethod = "HEAD" POST HttpMethod = "POST" PATCH HttpMethod = "PATCH" TRACE HttpMethod = "TRACE" DELETE HttpMethod = "DELETE" OPTIONS HttpMethod = "OPTIONS" CONNECT HttpMethod = "CONNECT" )
Click to show internal directories.
Click to hide internal directories.