All notable changes to the ehttp
crate will be documented in this file.
Response::text
andResponse::content_type
no longer allocates.- Rename
ehttp::Request::create_headers_map
toehttp::headers
. Request::post
now expectsVec<u8>
.
All notable changes to the ehttp
crate will be documented in this file.
Response::text
and Response::content_type
no longer allocates.ehttp::Request::create_headers_map
to ehttp::headers
.Request::post
now expects Vec<u8>
.