Response Node Catalog
Generated category
Response Node Catalog
Generated from 7 catalog nodes in Web/API/Response.
Nodes in this category
Showing 7 of 7 generated node docs.
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