Giter Site home page Giter Site logo

Comments (8)

kevincox avatar kevincox commented on August 17, 2024

It appears that these changes have landed.

from hyperlocal.

softprops avatar softprops commented on August 17, 2024

I've already started a local branch for this. The client was actually really easy to implement ( easier than I thought ). The server listener is proving to be more difficult. Mostly because there aren't may examples of documentation of how to customize the server's listening backend with the newer model

from hyperlocal.

skinowski avatar skinowski commented on August 17, 2024

Would you mind sharing the client-only changes?

from hyperlocal.

softprops avatar softprops commented on August 17, 2024

Sure I'll push up a branch tonight. In the meantime I reached out to the hyper maintainers to see if I could get some insight on extending the new server model

from hyperlocal.

softprops avatar softprops commented on August 17, 2024

this is what I have so far. I have the client working in an example here still working on getting the server bits line up

from hyperlocal.

skinowski avatar skinowski commented on August 17, 2024

Thank you, I've playing around with this code, but I'm getting errors such as:

error[E0599]: no method named `build` found for type `hyper::client::Config<uds::UnixSocketConnector, hyper::Body>` in the current scope
   --> src/collector.rs:181:7
    |
181 |                                   .build(&core.handle.as_ref().borrow().clone()))
    |                                    ^^^^^
    |
    = note: the method `build` exists but the following trait bounds were not satisfied:
            `uds::UnixSocketConnector : hyper::client::Connect`

I'm on hyper 0.11.2, and it seems like hyper::client::Connect trait needs implementation, not service for the client?

Which is interesting since Hyper::client::Connect has the following comments for Connect trait:

/// A connector creates an Io to a remote address..
///
/// This trait is not implemented directly, and only exists to make
/// the intent clearer. A connector should implement `Service` with
/// `Request=Uri` and `Response: Io` instead.
pub trait Connect: Service<Request=Uri, Error=io::Error> + 'static {

from hyperlocal.

softprops avatar softprops commented on August 17, 2024

Hoping to get a chance to followup this weekend

from hyperlocal.

softprops avatar softprops commented on August 17, 2024

async hyper 0.11 support is now on master. see the examples directory for an example client and server usage

from hyperlocal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.