package
0.0.0-20240523144707-f5b61b103af6
Repository: https://github.com/packetloop/zgrab2.git
Documentation: pkg.go.dev

# Functions

DumpRequest returns the given request in its HTTP/1.x wire representation.
DumpRequestOut is like DumpRequest but for outgoing client requests.
DumpResponse is like DumpRequest but dumps a response.
NewClientConn is an artifact of Go's early HTTP implementation.
NewProxyClientConn is an artifact of Go's early HTTP implementation.
NewServerConn is an artifact of Go's early HTTP implementation.
NewSingleHostReverseProxy returns a new ReverseProxy that routes URLs to the scheme, host, and base path provided in target.
Issue 12344.
No description provided by the author
Issue 16659: log errors from short read.
Issue 16036: send a Request with a nil Body when possible.
TestReverseProxy_Post
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Issue 14237.
No description provided by the author
Issue 16875: remove any proxied headers mentioned in the "Connection" header value.
Issue 15524.
No description provided by the author

# Variables

Deprecated: No longer used.
Deprecated: No longer used.
Deprecated: No longer used.

# Structs

ClientConn is an artifact of Go's early HTTP implementation.
ReverseProxy is an HTTP Handler that takes an incoming request and sends it to another server, proxying the response back to the client.
ServerConn is an artifact of Go's early HTTP implementation.

# Interfaces

A BufferPool is an interface for getting and returning temporary byte slices for use by io.CopyBuffer.

# Type aliases

No description provided by the author