Giter Club home page Giter Club logo

Comments (3)

pettermahlen avatar pettermahlen commented on August 17, 2024

I guess to be precise, the HTTP/1.1 is a part of the request line, but not the request URI. Apollo doesn't retain that information; a part of the reason is that it's not normally a good idea for code to 'reach out' of its abstraction layer to understand how it was called. But mostly, it's not something that we've seen a need for. What is the problem you're trying to solve? I wonder if there's a need to get some kind of request metadata beyond what's in the URI, or if it's something that could and should be solved some other way.

from apollo.

zzzz avatar zzzz commented on August 17, 2024

We need to use for logging analytic purpose. Is it possible to get that piece of data from another method after getting from abstraction layer? I saw the native JAVA request from servlet can get those information. http://docs.oracle.com/javaee/6/api/javax/servlet/http/HttpServletRequest.html#getRequestURI(). Any possible to get apollo support it?

from apollo.

pettermahlen avatar pettermahlen commented on August 17, 2024

Anything is possible with software. :) I'm not completely sure of the return on investment of making a change to support only this use case, though, so for the moment, I'm not going to prioritise it. If you feel like working on a PR, I would suggest investigating some kind of generic request metadata that servers (like the jetty-http-server) can populate with things that are relevant for them.

from apollo.

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.