Backend_HttpRequest

struct

This object represents a HTTP request

Property Type Description
method String HTTP method i.e. GET, POST
uri String HTTP request uri
headers
MapString
HTTP request headers
body String HTTP request body
part of the Apioo-Project