You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hyper::client doesn't support connection pooling, and hyper_util::client::legacy isn't extensible enough (e.g. we support unix domain sockets now, shared memory ipc will be supported in the future, and we also support custom service discovery. Although these can work with the legacy client, it would be too complicated and ugly to do so).
It is expected that the remaining requirements for v0.2.x will be completed this month, ref: #355
And development of v0.3.0 will begin next month.
Big Changes
Server
hyper_util::server::conn::auto
)set_max_headers
but it was not done while we were developing Volo-HTTP v0.2.0Client
Result
withunwrap
Result
in client #509#[cfg(...)]
in params of function is too ugly)ClientBuilder
,Target
andCallOpt
#528hyper::client
doesn't support connection pooling, andhyper_util::client::legacy
isn't extensible enough (e.g. we support unix domain sockets now, shared memory ipc will be supported in the future, and we also support custom service discovery. Although these can work with the legacy client, it would be too complicated and ugly to do so).volo
Small Changes
Utilities
The text was updated successfully, but these errors were encountered: