All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Added
proxy_get_log_level
.
-
Added
proxy_close_stream
. -
Added
proxy_on_foreign_function
.
-
proxy_on_request_headers
andproxy_on_response_headers
addedend_of_stream
flag as the 3rd argument. -
proxy_get_header_map_value
now returnsNOT_FOUND
instead ofOK
with an empty value for non-existing keys. -
Replaced
proxy_continue_request
withproxy_continue_stream(HTTP_REQUEST)
. -
Replaced
proxy_continue_response
withproxy_continue_stream(HTTP_RESPONSE)
. -
Replaced
proxy_get_configuration
withproxy_get_buffer_bytes(VM_CONFIGURATION)
andproxy_get_buffer_bytes(PLUGIN_CONFIGURATION)
.
- Removed
proxy_clear_route_cache
.
- Initial release.