Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/headers #176

Merged
merged 7 commits into from
Jun 6, 2016
Merged

Feature/headers #176

merged 7 commits into from
Jun 6, 2016

Commits on May 12, 2016

  1. add support for x-forwaded-for and x-forwarded-host

    Michal Witkowski committed May 12, 2016
    Configuration menu
    Copy the full SHA
    17b6bbc View commit details
    Browse the repository at this point in the history
  2. support Grpc-Timeout header for passing to the backend

    Michal Witkowski committed May 12, 2016
    Configuration menu
    Copy the full SHA
    d9d99f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2016

  1. Include HTTP req.remoteAddr in gRPC ctx

    Mike Atlas committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    56881ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d2bd68 View commit details
    Browse the repository at this point in the history
  3. update tests

    Mike Atlas committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    4535c35 View commit details
    Browse the repository at this point in the history
  4. update tests - try DeepEqual comparison for metadata background with …

    …context
    Mike Atlas committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    2732962 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2016

  1. Merge remote-tracking branches 'mwitkow/bugfix/grpc-timeouts' and 'mi…

    …keatlas/remote-addr-context' into master
    
    Also,
    * Resolved conflicts
    * Unified two proposed metadta names "RemoteAddr" and "X-Forwarded-For"
      into "X-Forwarded-For"
    * Add error handlings
    * Add more tests
    * Replaced test values with the ones defined in RFC 5737
    yugui committed Jun 6, 2016
    Configuration menu
    Copy the full SHA
    a5edb0b View commit details
    Browse the repository at this point in the history