IDE
Launch Browser IDE
Download Desktop IDE
Documentation
Libraries
Community
Forum
GitHub
Top Contributors
YouTube Channel
Medium Blog
Facebook
format-http-request
xod/net
/format-http-request
Assembles HTTP request message
format-http-request
@/format-http-request
Assembles HTTP request message
METH
string
An HTTP method (e.g., GET, POST, PUT, or DELETE)
HOST
string
The domain name of the server and the TCP port number on which the server is listening(like xod.io:80)
PATH
string
A path to the requested resource. For example: /foo/bar?q=13
HDRS
string
Additional HTTP headers
BODY
string
The request body (optional)
KA
boolean
Whether a connection should be kept alive
format-http-request
OUT
METH
HOST
PATH
HDRS
BODY
KA
OUT
string
The HTTP request message
© 2017–2024
XOD Inc
Privacy Policy
Pricing
YouTube icon
Medium icon
Facebook icon
GitHub icon
Contact us:
hello@xod.io