Abetiary container for authentication data which can be used in conjunction with a request to an API endpoint.
Enable/Disable gzip decompressing of API response.
Containers the response object of the previous request.
Apply a character set encoding to decode the API response buffer.
This happens prior to encoding, so you can perform a decoding and encoding in conjunction with TapjawHttpConnector.useEncoding.
Apply a character set encoding to encode the response prior to returning.
This happens after decoding the respone buffer, so you can decode the buffer prior to encoding the buffer. you can also simply encode the buffer without any prior decoding.
Send a DELETE request to the API.
string
TapjawHttpQueryParameters
TapjawHttpHeaders (optional)
Send a GET request to the API.
string
TapjawHttpHeaders (optional)
Whether a authentication wrapper has been injected into the connector or not.
Send a POST request to the API.
string
TapjawHttpQueryParameters
TapjawHttpRequestBody
TapjawHttpHeaders (optional)
Send a POST request to the API.
string
TapjawHttpQueryParameters
TapjawHttpRequestBody
TapjawHttpHeaders (optional)
Set the character set encoding to decode the API response data before encoding or returning.
TapjawHttpConnectorProtocol|string|null
Set the character set encoding on the response data.
TapjawHttpConnectorProtocol|string|null
Convert a query object into a query string, respecting arrayed and duplicated keys.
TapjawHttpQueryParameters
Generated using TypeDoc
Reflection based configurable HTTP and HTTPS API request wrapper.