server

package
v1.10.0 Latest Latest
Warning

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

Go to latest
Published: May 6, 2024 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IWebServer

type IWebServer interface {
	Get(path string, handler fasthttp.RequestHandler)
	Post(path string, handler fasthttp.RequestHandler)
	Put(path string, handler fasthttp.RequestHandler)
	Delete(path string, handler fasthttp.RequestHandler)
	ServeFiles(handler fasthttp.RequestHandler)
	Serve(ctx *fasthttp.RequestCtx)
}

func NewWebServer

func NewWebServer() IWebServer

Jump to

Keyboard shortcuts

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