server

package
v0.0.0-...-b7119ba Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const Port = 8080

Variables

This section is empty.

Functions

func Run

func Run()

Types

type InfoPair

type InfoPair struct {
	Key   string
	Value string
}

type RequestInfo

type RequestInfo struct {
	PreSummary    string      `json:"preSummary"`
	Request       []InfoPair  `json:"request"`
	URLParameters []InfoPair  `json:"urlParameters"`
	Headers       []InfoPair  `json:"headers"`
	Cookies       []InfoPair  `json:"cookies"`
	Body          null.String `json:"body"`
}

Jump to

Keyboard shortcuts

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