response

package
v0.0.2-alpha18 Latest Latest
Warning

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

Go to latest
Published: May 7, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Response

type Response interface {
	GetHttpResponse() *http.Response
	GetBody() interface{}
	GetProcessedBody() interface{}
	ExtractElement(e httpelement.HTTPElement) (interface{}, error)
	Error() string
	String() string
}

func NewResponse

func NewResponse(processedBody, rawBody interface{}, r *http.Response) Response

Jump to

Keyboard shortcuts

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