Rust SDK 0.11.6
- Request metadata: use per-handle calls, rather than global calls, for most metadata.
SendErrorCause::DestinationNotFoundis now returned when a request is sent to an invalid backend, instead ofSendErrorCause::InternalError.- Clarified that
Request::get_content_typecan panic if theContent-Typeheader contains an invalid MIME type. - Added
Body::known_lengthto get the length of a body if it is known. - Clarified that manually-configured cipher suites only apply to TLS 1.0 - 1.2 connections.
Request::get_client_ip_addr/Request::get_server_ip_addrnow returnNonefor downstream requests without IPs- Experimental: added support for processing multiple requests sequentially in a session.
Prior change: Rust SDK 0.11.5
Following change: Rust SDK 0.11.7