persist

package
v0.5.2-0...-642a6c9 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InsertRequest

func InsertRequest(req *http.Request)

Types

type Request

type Request struct {
	UUID       string `db:"uuid"`
	Client     string `db:"client"`
	Method     string `db:"method"`
	Proto      string `db:"proto"`
	Host       string `db:"host"`
	RequestURI string `db:"request_uri"`
	Fragment   string `db:"fragment"`
	UserInfo   string `db:"userinfo"`
	Params     []byte `db:"params"`
	Headers    []byte `db:"headers"`
	Body       []byte `db:"body"`
	CreatedAt  string `db:"created_at"`
}

Jump to

Keyboard shortcuts

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