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

Implement detailed specs of google.api.http #14

Merged
merged 10 commits into from
May 21, 2015

Commits on May 9, 2015

  1. Configuration menu
    Copy the full SHA
    d3a16a2 View commit details
    Browse the repository at this point in the history
  2. Prepare for supporting addtional_bindings

    Update the data structure in protoc-gen-grpc-gateway/descriptor
    yugui committed May 9, 2015
    Configuration menu
    Copy the full SHA
    3b2082e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    620cd7c View commit details
    Browse the repository at this point in the history
  4. Update examples

    yugui committed May 9, 2015
    Configuration menu
    Copy the full SHA
    c78916a View commit details
    Browse the repository at this point in the history

Commits on May 12, 2015

  1. Prototype query string support

    yugui committed May 12, 2015
    Configuration menu
    Copy the full SHA
    e08af58 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2015

  1. Configuration menu
    Copy the full SHA
    eeb1332 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2015

  1. Reimplement url.Value unmarshaller

    * Use internal.DoubleArray to reduce time complexity.
    * Replace github.com/ajg/form with a custom impl because:
      1. proto messages do not have "form" struct tag, thus they does not
         fit to the library very well.
      2. field paths in google.api.http does not support so complex path
         that we need the library.
    yugui committed May 18, 2015
    Configuration menu
    Copy the full SHA
    9438224 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2015

  1. Configuration menu
    Copy the full SHA
    f4f1416 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34d3be9 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2015

  1. Support X-HTTP-Method-Override

    yugui committed May 20, 2015
    Configuration menu
    Copy the full SHA
    976f675 View commit details
    Browse the repository at this point in the history