HTTPX

Package: httpx · 8 nodes · HTTP client

Make HTTP requests — GET, POST, PUT, DELETE — with JSON parsing and header management.

Node Reference

NodeTypeInputsOutputs
GetstatementURL (str), Headers (any)Response (http.Response)
PoststatementURL (str), Body (any), Headers (any)Response (http.Response)
PutstatementURL (str), Body (any), Headers (any)Response (http.Response)
Delete ReqstatementURL (str), Headers (any)Response (http.Response)
Build HeadersexpressionKey (str), Value (str), Key 2 (str), Value 2 (str)Headers (any)
Get JsonexpressionResponse (http.Response)Data (any)
Get TextexpressionResponse (http.Response)Text (str)
Get StatusexpressionResponse (http.Response)Status (int)