grpc-java/okhttp
Carl Mastrangelo ab2aff48dc netty,okhttp,cronet: add option to use get/put when methods are safe/idempotent
This change adds two booleans to the ChannelBuilders to
allow transports to use get and put.   These are currently defaulted to
on, but unset on the method descriptors.   This change is 1/2 that will
allow the safe / idempotent bits to be set on generated proto code.
Part 2/2 will actually enable it.

The use case for this is for interceptors that implement caching logic.
They need to be able to access the safe/idempotent bits on the MD in
order to decide to how to handle the request, even if gRPC doesn't use
GET / PUT HTTP methods.
2019-09-25 14:57:17 -07:00
..
src netty,okhttp,cronet: add option to use get/put when methods are safe/idempotent 2019-09-25 14:57:17 -07:00
third_party/okhttp okhttp: remove unused import 2019-08-15 16:00:02 -07:00
BUILD.bazel okhttp: add PerfMark tracing for okhttp transport (#6038) 2019-08-14 17:20:29 -07:00
build.gradle Apply animalsniffer plugin explicitly when needed 2019-09-13 09:42:17 -07:00