package
0.4.4
Repository: https://github.com/kcarretto/paragon.git
Documentation: pkg.go.dev

# Functions

Exec sends the passed request object.
Include the http library in a script environment.
Library prepares a new http library for use within a script environment.
NewRequest creates a new Request object to be passed around.
ParseParam from starlark input.
SetBody sets the http body to the value passed on the request object.
SetHeader sets the http header to the value passed on the request object.
SetMethod sets the http method on the request object.

# Structs

Request provides a concurrency-safe wrapper for an HTTPRequest that implements a starlark.Value.