micro/api/handler
Vasiliy Tolstov 3d7d5ce6b4
api: add static router and improve path parser in rpc handler (#1437)
* api: add static router and improve path parser in rpc handler

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>

* expose metadata context key to be able to get unmodified map keys

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>

* server/grpc: fix jsonpb codec for protobuf msg

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>

* api/handler/rpc: write 204 status code when rsp is nil

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>

* api/handler/rpc: add check for nil response for non javascript

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-03-30 09:04:59 +01:00
..
api api/handler: use http.MaxBytesReader and buffer pool (#1415) 2020-03-26 14:29:28 +03:00
broker api/handler: use http.MaxBytesReader and buffer pool (#1415) 2020-03-26 14:29:28 +03:00
cloudevents api/handler: use http.MaxBytesReader and buffer pool (#1415) 2020-03-26 14:29:28 +03:00
event api/handler: use http.MaxBytesReader and buffer pool (#1415) 2020-03-26 14:29:28 +03:00
file Further consolidate the libraries 2019-06-03 18:44:43 +01:00
http fix import paths for v2 release 2020-01-30 14:44:40 +03:00
registry api/handler: use http.MaxBytesReader and buffer pool (#1415) 2020-03-26 14:29:28 +03:00
rpc api: add static router and improve path parser in rpc handler (#1437) 2020-03-30 09:04:59 +01:00
udp Further consolidate the libraries 2019-06-03 18:44:43 +01:00
unix Further consolidate the libraries 2019-06-03 18:44:43 +01:00
web fix import paths for v2 release 2020-01-30 14:44:40 +03:00
handler.go Further consolidate the libraries 2019-06-03 18:44:43 +01:00
options.go 100mb (#1421) 2020-03-26 16:57:31 +00:00