request

package
v1.6.7 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IRequest

type IRequest interface {
	types.IConverter

	WithHead(map[string]string) IRequest
	WithBody([]byte) IRequest

	GetMethod() string
	GetHost() string
	GetPath() string
	GetHead() map[string]string
	GetBody() []byte
}

func LoadRequest

func LoadRequest(pBytes []byte) (IRequest, error)

func NewRequest

func NewRequest(pMethod, pHost, pPath string) IRequest

Jump to

Keyboard shortcuts

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