API Node Catalog
Generated category
API Node Catalog
Generated from 25 catalog nodes in Web/API.
Nodes in this category
Showing 25 of 25 generated node docs.
API Call
Web/APIPerforms an HTTP request
Streaming API Call
Web/APIPerforms an HTTP request
Get Header
Web/API/RequestGets a header from a http request
Get Headers
Web/API/RequestGets all headers from a http request
Get Method
Web/API/RequestGets the method from a http request
Get Url
Web/API/RequestGets the url from a http request
Make Request
Web/API/RequestCreates a http request
Set Accept
Web/API/RequestSets the Accept header of a http request
Set Bearer Auth
Web/API/RequestSets the Authorization header using a Bearer token
Set Bytes Body
Web/API/RequestSets the body of a http request
Set Content-Type
Web/API/RequestSets the Content-Type header of a http request
Set Form Body
Web/API/RequestSets the body of a http request to form-encoded data
Set Header
Web/API/RequestSets a header of a http request
Set Headers
Web/API/RequestSets the headers of a http request
Set Method
Web/API/RequestSets the method of a http request
Set String Body
Web/API/RequestSets the body of a http request
Set Struct Body
Web/API/RequestSets the body of a http request
Set Url
Web/API/RequestSets the url of a http request
Get Header
Web/API/ResponseGets a header from a http request
Get Headers
Web/API/ResponseGets all headers from a http request
Get Status Code
Web/API/ResponseGets the status code from a http response
Is Success
Web/API/ResponseChecks if the status code of a http response is a success
To Bytes
Web/API/ResponseGets the body of a http response as bytes
To Struct
Web/API/ResponseGets the body of a http response as json
To Text
Web/API/ResponseGets the body of a http response as text