Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Modules = map[string]map[string]HttpApiFunc{
"GET": {},
"POST": {},
"DELETE": {},
"OPTIONS": {},
}
)
Functions ¶
func ParseForm ¶
If we don't do this, POST method without Content-type (even with empty body) will fail
func StreamJSON ¶
func StreamJSON(job *engine.Job, w http.ResponseWriter, flush bool)
Types ¶
Click to show internal directories.
Click to hide internal directories.