softprops / hyperlocal

🔌 ✨rustlang hyper bindings for local unix domain sockets
MIT License
227 stars 46 forks source link

Update readme to reflect lack of server extension trait after upgrade to hyper 1.x #73

Closed iamjpotts closed 1 month ago

iamjpotts commented 1 month ago

hyperlocal had an extension method of hyper's Server - but Server no longer exists in hyper 1.0, so that extension was removed in a pre-release version of hyperlocal 0.9.

This makes a correction to the README to reflect the removal of the extension trait.

This PR is one of two potential resolutions to https://github.com/softprops/hyperlocal/issues/70, the other being https://github.com/softprops/hyperlocal/pull/72.