fasthttp

package
v1.2.12 Latest Latest
Warning

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

Go to latest
Published: May 22, 2020 License: Apache-2.0 Imports: 16 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Content

func Content(handler HandlerFunc) fasthttp.RequestHandler

Types

type Fasthttp

type Fasthttp struct {
	adapter.BaseAdapter
	// contains filtered or unexported fields
}

Fasthttp structure value is a Fasthttp GoAdmin adapter.

func (*Fasthttp) AddHandler

func (fast *Fasthttp) AddHandler(method, path string, handlers context.Handlers)

AddHandler implements the method Adapter.AddHandler.

func (*Fasthttp) Content

func (fast *Fasthttp) Content(ctx interface{}, getPanelFn types.GetPanelFn, btns ...types.Button)

Content implements the method Adapter.Content.

func (*Fasthttp) DisableLog

func (fast *Fasthttp) DisableLog()

func (*Fasthttp) FormParam

func (fast *Fasthttp) FormParam() url.Values

FormParam implements the method Adapter.FormParam.

func (*Fasthttp) GetCookie

func (fast *Fasthttp) GetCookie() (string, error)

GetCookie implements the method Adapter.GetCookie.

func (*Fasthttp) IsPjax

func (fast *Fasthttp) IsPjax() bool

IsPjax implements the method Adapter.IsPjax.

func (*Fasthttp) Method

func (fast *Fasthttp) Method() string

Method implements the method Adapter.Method.

func (*Fasthttp) Name

func (fast *Fasthttp) Name() string

Name implements the method Adapter.Name.

func (*Fasthttp) Path

func (fast *Fasthttp) Path() string

Path implements the method Adapter.Path.

func (*Fasthttp) Redirect

func (fast *Fasthttp) Redirect()

Redirect implements the method Adapter.Redirect.

func (*Fasthttp) SetApp

func (fast *Fasthttp) SetApp(app interface{}) error

SetApp implements the method Adapter.SetApp.

func (*Fasthttp) SetContentType

func (fast *Fasthttp) SetContentType()

SetContentType implements the method Adapter.SetContentType.

func (*Fasthttp) SetContext

func (fast *Fasthttp) SetContext(contextInterface interface{}) adapter.WebFrameWork

SetContext implements the method Adapter.SetContext.

func (*Fasthttp) Static

func (fast *Fasthttp) Static(prefix, path string)

func (*Fasthttp) Use

func (fast *Fasthttp) Use(app interface{}, plugs []plugins.Plugin) error

Use implements the method Adapter.Use.

func (*Fasthttp) User

func (fast *Fasthttp) User(ctx interface{}) (models.UserModel, bool)

User implements the method Adapter.User.

func (*Fasthttp) Write

func (fast *Fasthttp) Write(body []byte)

Write implements the method Adapter.Write.

type HandlerFunc

type HandlerFunc func(ctx *fasthttp.RequestCtx) (types.Panel, error)

Jump to

Keyboard shortcuts

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