http

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewHandler

func NewHandler(httpHandler HarvesterServerHandler) http.Handler

Types

type Ctx

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

func (*Ctx) Req

func (ctx *Ctx) Req() *http.Request

func (*Ctx) RespWriter

func (ctx *Ctx) RespWriter() http.ResponseWriter

func (*Ctx) SetStatus

func (ctx *Ctx) SetStatus(statusCode int)

func (*Ctx) StatusCode

func (ctx *Ctx) StatusCode() int

type HarvesterServerHandler

type HarvesterServerHandler interface {
	Do(ctx *Ctx) (interface{}, error)
}

Jump to

Keyboard shortcuts

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