parsing

package
v1.30.0 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseHttpRequestData

func ParseHttpRequestData(requestBytes []byte) (*http.Request, error)

ParseHttpRequestData parses raw request bytes. Empty input is reported as an error rather than a nil request with no error, so that a caller can rely on a nil error meaning it received a request.

func ParseHttpResponseData

func ParseHttpResponseData(responseBytes []byte) (*http.Response, error)

ParseHttpResponseData parses raw response bytes. Empty input is reported as an error rather than a nil response with no error, so that a caller can rely on a nil error meaning it received a response.

Types

This section is empty.

Jump to

Keyboard shortcuts

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