Skip to content

v2.1.1

Compare
Choose a tag to compare
@utrack utrack released this 29 Jun 13:07
· 272 commits to master since this release
  • Integration tests do not depend on local protoc-gen-goclay anymore
    (#28)
  • Server can send custom response headers and HTTPClient users can read them (#27)
    • Clients can use grpc.Header() option to retrieve response headers when
      using generated HTTP client.
    • Server can use grpc.SetHeader/grpc.SetTrailer in handlers to add custom
      response headers and trailers.
    • Headers added via metadata.AppendToOutgoingContext() are passed
      through as well.
  • Generated HTTPClient actually uses a given context now.