projectfile

package
v3.2.5 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: MIT Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNotFound = errors.New("not found")
)

Functions

This section is empty.

Types

type HTTPRecord

type HTTPRecord struct {
	Request  []byte
	Response *InternalResponse
}

type InternalRequest

type InternalRequest struct {
	Target    string
	HTTPMajor int
	HTTPMinor int
	Method    string
	Headers   map[string][]string
	Body      []byte
}

type InternalResponse

type InternalResponse struct {
	HTTPMajor    int
	HTTPMinor    int
	StatusCode   int
	StatusReason string
	Headers      map[string][]string
	Body         []byte
}

type Options

type Options struct {
	Path    string
	Cleanup bool
}

type ProjectFile

type ProjectFile struct {
	Path string
	// contains filtered or unexported fields
}

func New

func New(options *Options) (*ProjectFile, error)

func (*ProjectFile) Close

func (pf *ProjectFile) Close()

func (*ProjectFile) Get

func (pf *ProjectFile) Get(req []byte) (*http.Response, error)

func (*ProjectFile) Set

func (pf *ProjectFile) Set(req []byte, resp *http.Response, data []byte) error

Jump to

Keyboard shortcuts

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