package
0.26.3
Repository: https://github.com/syumai/workers.git
Documentation: pkg.go.dev

# Functions

NewClient returns new Client.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewRequest returns new Request given a method, URL, and optional body.
WithBinding changes the objects that Fetch API belongs to.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Client is an HTTP client.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Request represents an HTTP request and is part of the Fetch API.
RequestInit represents the options passed to a fetch() request.
RequestInitCF represents the Cloudflare-specific options passed to a fetch() request.

# Type aliases

ClientOption is a type that represents an optional function.
RedirectMode represents the redirect mode of a fetch() request.