http

package
v0.20.14 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2021 License: MIT Imports: 14 Imported by: 0

Documentation

Overview

Package http provides a http server with features; acme, cors, etc

Index

Constants

This section is empty.

Variables

View Source
var DefaultBodyLimit = 1024 * 1024 * 1024 * 1024 * 1024

Functions

func NewServer

func NewServer(address string, opts ...server.Option) server.Server

Types

type LogFormatterParams

type LogFormatterParams struct {
	Request    *http.Request
	URL        url.URL
	StatusCode int
	Size       int
}

LogFormatterParams is the structure any formatter will be handed when time to log comes

Jump to

Keyboard shortcuts

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