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
Added support for SSE test harness. This harness will run the client against a suite of contract tests to verify it implements the SSE specification.
Changed:
Change ClientBuilder to return impl Client, where Client is a sealed trait that exposes a stream() method. Users will need to update from Client::for_url to ClientBuilder::for_url.