server

package
v0.0.0-...-96b2a86 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run()

Types

type Header struct {
	Key   []byte
	Value []byte
}

type OriginRequest

type OriginRequest struct {
	Verb     string
	Uri      string
	ClientIP string
	Headers  []Header
	Body     []byte
}

type OriginResponse

type OriginResponse struct {
	StatusCode int
	Body       []byte
	Headers    []Header
}

Jump to

Keyboard shortcuts

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