Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultResourcePath = "index"
View Source
var FileSystemSeparator = string(os.PathSeparator)
View Source
var WebSystemSeparator = "/"
Functions ¶
This section is empty.
Types ¶
type RequestMethod ¶
type RequestMethod string
const ( GET RequestMethod = "GET" POST RequestMethod = "POST" PUT RequestMethod = "PUT" DELETE RequestMethod = "DELETE" OPTION RequestMethod = "OPTION" PATCH RequestMethod = "PATCH" HEAD RequestMethod = "HEAD" CONNECT RequestMethod = "CONNECT" TRACE RequestMethod = "TRACE" ANY RequestMethod = "ANY" )
Click to show internal directories.
Click to hide internal directories.