constant

package
v0.0.0-...-d8d3109 Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

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"
)

Jump to

Keyboard shortcuts

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