init the client
context, you can give either EnvoyContext, Metadata or HTTP Header the last two will be convert to EnvoyContext
the envoy context where you can read
send a DELETE request and expecting return json or empty
the URL to get
the params for the request, like retry, timeout
send a GET request and expecting return json or empty
the URL to get
the params for the request, like retry, timeout
send a PATCH request and expecting return json or empty
the URL to get
the request object, will be serialize to JSON when sending out
the params for the request, like retry, timeout
send a POST request and expecting return json or empty
the URL to get
the request object, will be serialize to JSON when sending out
the params for the request, like retry, timeout
send a PUT request and expecting return json or empty
the URL to get
the request object, will be serialize to JSON when sending out
the params for the request, like retry, timeout
the common logic for json processing and error handling
response from fetch
Generated using TypeDoc
a high level http client that will send traffic to Envoy:
application/json