fasthttp

package
v0.0.0-...-84fae08 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 10, 2020 License: MIT Imports: 10 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FastHTTPDispatcher

type FastHTTPDispatcher struct {
	bingo_mvc.AbstractDispatcher
	// contains filtered or unexported fields
}

* 基于fasthttp实现

func (*FastHTTPDispatcher) Run

func (this *FastHTTPDispatcher) Run()

func (*FastHTTPDispatcher) Shutdown

func (this *FastHTTPDispatcher) Shutdown()

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL