fasthttp

package
v2.0.0-apha1+incompatible Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2016 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Request

type Request struct {
	// contains filtered or unexported fields
}

func NewRequest

func NewRequest(c *fasthttp.RequestCtx) *Request

func (*Request) Body

func (r *Request) Body() io.ReadCloser

func (*Request) FormValue

func (r *Request) FormValue(name string) string

func (*Request) Header

func (r *Request) Header() engine.Header

func (*Request) Host

func (r *Request) Host() string

func (*Request) Method

func (r *Request) Method() string

func (*Request) Object

func (r *Request) Object() interface{}

func (*Request) RemoteAddress

func (r *Request) RemoteAddress() string

func (*Request) URI

func (r *Request) URI() string

func (*Request) URL

func (r *Request) URL() engine.URL

type RequestHeader

type RequestHeader struct {
	// contains filtered or unexported fields
}

func (*RequestHeader) Add

func (h *RequestHeader) Add(key, val string)

func (*RequestHeader) Del

func (h *RequestHeader) Del(key string)

func (*RequestHeader) Get

func (h *RequestHeader) Get(key string) string

func (*RequestHeader) Set

func (h *RequestHeader) Set(key, val string)

type Response

type Response struct {
	// contains filtered or unexported fields
}

func (*Response) Committed

func (r *Response) Committed() bool

func (*Response) Header

func (r *Response) Header() engine.Header

func (*Response) Object

func (r *Response) Object() interface{}

func (*Response) SetWriter

func (r *Response) SetWriter(w io.Writer)

func (*Response) Size

func (r *Response) Size() int64

func (*Response) Status

func (r *Response) Status() int

func (*Response) Write

func (r *Response) Write(b []byte) (int, error)

func (*Response) WriteHeader

func (r *Response) WriteHeader(code int)

func (*Response) Writer

func (r *Response) Writer() io.Writer

type ResponseHeader

type ResponseHeader struct {
	// contains filtered or unexported fields
}

func (*ResponseHeader) Add

func (h *ResponseHeader) Add(key, val string)

func (*ResponseHeader) Del

func (h *ResponseHeader) Del(key string)

func (*ResponseHeader) Get

func (h *ResponseHeader) Get(key string) string

func (*ResponseHeader) Set

func (h *ResponseHeader) Set(key, val string)

type Server

type Server struct {
	*http.Server
	// contains filtered or unexported fields
}

func New

func New(addr string) *Server

func NewConfig

func NewConfig(c *engine.Config) (s *Server)

func NewTLS

func NewTLS(addr, certfile, keyfile string) *Server

func (*Server) SetHandler

func (s *Server) SetHandler(h engine.HandlerFunc)

func (*Server) SetLogger

func (s *Server) SetLogger(l logger.Logger)

func (*Server) Start

func (s *Server) Start()

type URL

type URL struct {
	// contains filtered or unexported fields
}

func (*URL) Host

func (u *URL) Host() string

func (*URL) Path

func (u *URL) Path() string

func (*URL) QueryValue

func (u *URL) QueryValue(name string) string

func (*URL) Scheme

func (u *URL) Scheme() string

func (*URL) SetPath

func (u *URL) SetPath(path string)

Jump to

Keyboard shortcuts

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