-
There is a golang type name inconsistency between a protoc-gen-twirp plugin and a protoc-gen-go plugin.
The protoc-gen-go plugin generates a struct name with camel case (`item_list` message becomes…
-
哔哩哔哩漫画 搜索功能可以借助app版,漫画详情与章节内容可选择网页版。
搜索方法如下
api接口 https://manga.bilibili.com/twirp/comic.v1.Comic/Search
post form or json,{"page_num":number,"page_size": number,"key_word":keyword}
一个例子如下
POST h…
mabDc updated
5 years ago
-
有没有完整点的示例?
-
The plugin system currently walks the filepath of the directory to where the plugin was originally written, but if you want to publish a plugin as a binary that others download, that binary might not …
-
Hi, thank you for making such a great tool.
I am trying to add Bazel support to Twirp [here](https://github.com/johnpryan/twirp), but I don't quite know how to do it. It's difficult to see how the …
-
I use twirp for client/master communication. Is there any recommend way to get the real ip of clients?
nodew updated
5 years ago
-
Currently, request is set only `Content-Type` header.
So, I suggest a solution to set other header. (This solution is inspired by gRPC)
1. define CallOptions class (like following code) in https:/…
n04ln updated
5 years ago
-
I'm glad my twirp generator for typescript provided a base to work from, but please include the copyright from the project if you are going to use significant parts of the code, as specified by the MI…
-
[Protobuf v3.6.0](https://github.com/protocolbuffers/protobuf/releases/tag/v3.6.0) added support for `ruby_package` in order to control the module of generated code. It would be great if the Twirp gen…
-
I am road testing twirp with amazon api gateway and lambda, this service requires the `Accept` header as this triggers binary encoding of the response for `application/protobuf`.
I am happy to do a…