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

runtime - export prefix constants #236

Merged
merged 3 commits into from
Oct 21, 2016
Merged

runtime - export prefix constants #236

merged 3 commits into from
Oct 21, 2016

Commits on Oct 16, 2016

  1. runtime - export prefix constants

    Some clients that map HTTP to GRPC requests (e.g. for tracing purposes) need to know how this library maps HTTP requests to gRPC requests. Rather than hardcoding it in their code, I think that users should be able to import this variable so that future gprc-gateway changes do not (transparently) break this functionality.
    philipithomas committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    a5a6f3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77dd80e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2016

  1. Fix linting

    philipithomas authored Oct 17, 2016
    Configuration menu
    Copy the full SHA
    8cdebec View commit details
    Browse the repository at this point in the history