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_headersandproxy_on_response_headersaddedend_of_streamflag as the 3rd argument. -
proxy_get_header_map_valuenow returnsNOT_FOUNDinstead ofOKwith an empty value for non-existing keys. -
Replaced
proxy_continue_requestwithproxy_continue_stream(HTTP_REQUEST). -
Replaced
proxy_continue_responsewithproxy_continue_stream(HTTP_RESPONSE). -
Replaced
proxy_get_configurationwithproxy_get_buffer_bytes(VM_CONFIGURATION)andproxy_get_buffer_bytes(PLUGIN_CONFIGURATION).
- Removed
proxy_clear_route_cache.
- Initial release.