models

package
v0.0.0-...-87311d6 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2021 License: MIT 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 {
	Id      int64
	Method  string
	Scheme  string
	Host    string
	Path    string
	Headers map[string][]string
	Body    string
	Params  map[string]string
}

type Response

type Response struct {
	Id        int64
	RequestId int64
	Status    int
	Headers   map[string][]string
	Body      string
}

Jump to

Keyboard shortcuts

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