httputil

package
v3.5.0-alpha.0 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2021 License: Apache-2.0 Imports: 4 Imported by: 9

Documentation

Overview

Package httputil provides HTTP utility functions.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetHostname

func GetHostname(req *http.Request) string

GetHostname returns the hostname from request Host field. It returns empty string, if Host field contains invalid value (e.g. "localhost:::" with too many colons).

func GracefulClose

func GracefulClose(resp *http.Response)

GracefulClose drains http.Response.Body until it hits EOF and closes it. This prevents TCP/TLS connections from closing, therefore available for reuse. Borrowed from golang/net/context/ctxhttp/cancelreq.go.

Types

This section is empty.

Jump to

Keyboard shortcuts

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