Skip to content

To Struct Node

Web/API/Response

To Struct

Gets the body of a http response as json

http_response_to_jsonweb
Inputs2
Outputs2
Security exposure10/10
Packageweb

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

2

exec_in

Execution
exec_in

Response

Struct
response

The http response

HttpResponseHttpResponse3 fields
status_codeinteger:uint16required
format uint16min 0max 65535
headersMap<string, string>required
*stringmap value
bodyarray | null
itemsinteger:uint8array item
format uint8min 0max 255
Schema enforced

Output Pins

2

Exec Out

Execution
exec_out

Called when the node is finished

Struct

Struct
struct

The body of the response as json

Node Info

Internal name
http_response_to_json
Category
Web/API/Response