Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DataRouter = ghttp.Router{
"GET": &dataGet{},
"POST": &dataPost{},
"PUT": &dataPut{},
"DELETE": &dataDelete{},
}
View Source
var RangeRouter = ghttp.Router{
"GET": &rangeGet{},
}
View Source
var StoreRouter = ghttp.Router{
"GET": &storeGet{},
"POST": &storePost{},
"PUT": &storePut{},
"DELETE": &storeDelete{},
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.