Documentation ¶
Index ¶
- func CacheGet(key string, cache string) string
- func Env(wsgi_req *interface{}) *map[string]string
- func EnvAdd(env *map[string]string, k *byte, kl uint16, v *byte, vl uint16)
- func RegisterSignal(signum uint8, receiver string, handler func(uint8)) bool
- func RequestHandler(env *map[string]string, wsgi_req *interface{})
- func Run()
- func SignalHandler(handler func(uint8), signum uint8)
- type BodyReader
- type ResponseWriter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RequestHandler ¶
func SignalHandler ¶
Types ¶
type BodyReader ¶
type BodyReader struct {
// contains filtered or unexported fields
}
type ResponseWriter ¶
type ResponseWriter struct {
// contains filtered or unexported fields
}
func (*ResponseWriter) Header ¶
func (w *ResponseWriter) Header() http.Header
func (*ResponseWriter) WriteHeader ¶
func (w *ResponseWriter) WriteHeader(status int)
Click to show internal directories.
Click to hide internal directories.