Documentation ¶
Index ¶
- Variables
- func DELETE(w http.ResponseWriter, url string, format string, token string, ...)
- func GET(w http.ResponseWriter, url string, format string, token string, ...)
- func PATCH(w http.ResponseWriter, url string, format string, token string, ...)
- func POST(w http.ResponseWriter, url string, format string, token string, ...)
- func PUT(w http.ResponseWriter, url string, format string, token string, ...)
Constants ¶
This section is empty.
Variables ¶
View Source
var AccessControlPolicy = "*"
View Source
var HTMLHeader string = "text/html;charset=utf-8"
View Source
var JSONHeader string = "application/json; charset=UTF-8"
These are defaults the user can configure themselves
View Source
var TEXTHeader string = "text/plain; charset=utf-8"
View Source
var Timeout int64 = 10
View Source
var XMLHeader string = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.