urls

package
v0.0.0-...-31d91a3 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2025 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ParseHTTP

type ParseHTTP struct {
	Method     string            `json:"method,omitempty"`
	StatusCode int               `json:"status,omitempty"`
	URL        string            `json:"endpoint,omitempty"`
	Body       string            `json:"body,omitempty"`
	Headers    map[string]string `json:"headers,omitempty"`
}

func ParseRawHTTP

func ParseRawHTTP(raw string, isRequest bool) (*ParseHTTP, error)

Jump to

Keyboard shortcuts

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