Skip to content

API Node Catalog

Generated category

API Node Catalog

Generated from 25 catalog nodes in Web/API.

Web/API/RequestWeb/API/Response

Nodes in this category

Showing 25 of 25 generated node docs.

API Call

Web/API

Performs an HTTP request

Streaming API Call

Web/API

Performs an HTTP request

Get Header

Web/API/Request

Gets a header from a http request

Get Headers

Web/API/Request

Gets all headers from a http request

Get Method

Web/API/Request

Gets the method from a http request

Get Url

Web/API/Request

Gets the url from a http request

Make Request

Web/API/Request

Creates a http request

Set Accept

Web/API/Request

Sets the Accept header of a http request

Set Bearer Auth

Web/API/Request

Sets the Authorization header using a Bearer token

Set Bytes Body

Web/API/Request

Sets the body of a http request

Set Content-Type

Web/API/Request

Sets the Content-Type header of a http request

Set Form Body

Web/API/Request

Sets the body of a http request to form-encoded data

Set Header

Web/API/Request

Sets a header of a http request

Set Headers

Web/API/Request

Sets the headers of a http request

Set Method

Web/API/Request

Sets the method of a http request

Set String Body

Web/API/Request

Sets the body of a http request

Set Struct Body

Web/API/Request

Sets the body of a http request

Set Url

Web/API/Request

Sets the url of a http request

Get Header

Web/API/Response

Gets a header from a http request

Get Headers

Web/API/Response

Gets all headers from a http request

Get Status Code

Web/API/Response

Gets the status code from a http response

Is Success

Web/API/Response

Checks if the status code of a http response is a success

To Bytes

Web/API/Response

Gets the body of a http response as bytes

To Struct

Web/API/Response

Gets the body of a http response as json

To Text

Web/API/Response

Gets the body of a http response as text