Package-level declarations
Wrappers for @actions/http-client.
Types
Link copied to clipboard
A minimal HTTP client, based on @actions/http-client
.
Link copied to clipboard
Request handler for basic auth.
Link copied to clipboard
Request handler for bearer auth.
Link copied to clipboard
An object or lambda that provides some headers.
Link copied to clipboard
A HTTP client, based on @actions/http-client
.
Link copied to clipboard
class HttpClientBuilder
A builder for http client configuration.
Link copied to clipboard
A HTTP client, based on @actions/http-client
.
Link copied to clipboard
interface HttpResponse
The response from a HTTP request.
Link copied to clipboard
A typed HTTP response. All casting is done in JS, so this is not type safe.
Link copied to clipboard
Mutable non case sensitive HTTP headers.
Link copied to clipboard
Request handler for personal access token auth.
Link copied to clipboard
A handler that modifies outgoing requests and optionally handles authentication on 401s.
Functions
Link copied to clipboard
Get the GitHub actions proxy URL.
Link copied to clipboard
A HTTP client, based on @actions/http-client
.