abi

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Request

type Request struct {
	Method     string            `json:"method"`
	URL        string            `json:"url"`
	Proto      string            `json:"proto"`
	ProtoMajor int               `json:"proto_major"`
	ProtoMinor int               `json:"proto_minor"`
	Header     map[string]string `json:"header"`
	Host       string            `json:"host"`
	RemoteAddr string            `json:"remote_addr"`
	ContentLen int               `json:"content_len"`

	Body []byte `json:"-"`
}

type Response

type Response struct {
	StatusCode int               `json:"status_code"`
	Header     map[string]string `json:"header"`
	ContentLen int               `json:"content_len"`

	Body []byte `json:"-"`
}

Jump to

Keyboard shortcuts

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