Documentation
¶
Index ¶
- type HttpContextImp
- func (this *HttpContextImp) CookieRead(key string) map[bingo_mvc.CookieKey]interface{}
- func (this *HttpContextImp) CookieWrite(key string, value map[bingo_mvc.CookieKey]interface{}) error
- func (this *HttpContextImp) GetRequestURI() string
- func (this *HttpContextImp) RequestHeaderRead(key string) string
- func (this *HttpContextImp) ResponseHeaderwrite(key string, v string) error
- type HttpDispatcher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpContextImp ¶
type HttpContextImp struct {
// contains filtered or unexported fields
}
func (*HttpContextImp) CookieRead ¶
func (this *HttpContextImp) CookieRead(key string) map[bingo_mvc.CookieKey]interface{}
func (*HttpContextImp) CookieWrite ¶
func (this *HttpContextImp) CookieWrite(key string, value map[bingo_mvc.CookieKey]interface{}) error
func (*HttpContextImp) GetRequestURI ¶
func (this *HttpContextImp) GetRequestURI() string
func (*HttpContextImp) RequestHeaderRead ¶
func (this *HttpContextImp) RequestHeaderRead(key string) string
func (*HttpContextImp) ResponseHeaderwrite ¶
func (this *HttpContextImp) ResponseHeaderwrite(key string, v string) error
type HttpDispatcher ¶
type HttpDispatcher struct { bingo_mvc.AbstractDispatcher // contains filtered or unexported fields }
func (*HttpDispatcher) Run ¶
func (this *HttpDispatcher) Run()
func (*HttpDispatcher) ServeHTTP ¶
func (this *HttpDispatcher) ServeHTTP(writer http.ResponseWriter, request *http.Request)
Click to show internal directories.
Click to hide internal directories.