Git Product home page Git Product logo

Comments (5)

asos-craigmorten avatar asos-craigmorten commented on May 25, 2024

Yeah good point - guessing noticed this because you rely on connInfo in a handler using the std lib http server?

Alongside supporting std lib, we also want to support the likes of oak etc., e.g. see https://github.com/oakserver/oak#handle-method.

The second conn arg for Oak is a superset of connInfo I implemented for the std lib so suspect can just passing the full conn and that should work for most / all use-cases. Will just need some loose typing, e.g.

interface ConnLike extends ConnInfo {}

from superdeno.

ericls avatar ericls commented on May 25, 2024

@asos-craigmorten , yea that sounds reasonable. I haven't looked into the other frameworks/tools this library tries to support tho.. And when testing I guess it can just pass in a fake ConnLike or make a method to allow the user to specify it? Something like:

superdeno(...)
  .setConn()

?

from superdeno.

ericls avatar ericls commented on May 25, 2024

@asos-craigmorten , yea that sounds reasonable. I haven't looked into the other frameworks/tools this library tries to support tho.. And when testing I guess it can just pass in a fake ConnLike or make a method to allow the user to specify it? Something like:

superdeno(...)
  .setConn()

?

Okay, I took a look at the code and find my previous statement doesn't make much sense and the connection info is not easy to mock in this case. Looks like we just need to fix the typing and actually pass the connInfo to the handler function in the managed server instance.

from superdeno.

asos-craigmorten avatar asos-craigmorten commented on May 25, 2024

Going to reopen as think this is valid, and be good to keep to track the fix/feature (depending on how see it!)

from superdeno.

talentlessguy avatar talentlessguy commented on May 25, 2024

I'm rewriting tinyhttp for native http and I faced a similar problem. The app.handle needs both req and connInfo

from superdeno.

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.