net

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2023 License: MPL-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const MaxRequestSize = 50 * 1024 //50KB

Variables

This section is empty.

Functions

This section is empty.

Types

type Dispatcher

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

func NewDispatcher

func NewDispatcher(timeout time.Duration, httpProxy string) (*Dispatcher, error)

func (*Dispatcher) ForwardCliEvent

func (d *Dispatcher) ForwardCliEvent(url string, method string, jsonData json.RawMessage, headers httpheader.HTTPHeader) (*Response, error)

func (*Dispatcher) SendCliRequest

func (d *Dispatcher) SendCliRequest(url string, method string, apiKey string, jsonData json.RawMessage) (*Response, error)

type Response

type Response struct {
	Status         string
	StatusCode     int
	Method         string
	URL            *url.URL
	RequestHeader  http.Header
	ResponseHeader http.Header
	Body           []byte
	IP             string
	Error          string
}

Jump to

Keyboard shortcuts

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