http

package
v0.0.0-...-dec35dd Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2024 License: Apache-2.0 Imports: 3 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Http

type Http interface {
	RequestOf(ctx context.Context, any interface{}) (*http.Request, error)
	NewRequest(ctx context.Context, opts ...state.Option) (*http.Request, error)
	Redirect(ctx context.Context, route *Route, request *http.Request) error
	FailWithCode(statusCode int, err error) error
}

type Route

type Route struct {
	Method string
	URL    string
}

Route represents http route

func NewRoute

func NewRoute(method, url string) *Route

NewRoute creates a new route

Jump to

Keyboard shortcuts

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