Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(436)

Side by Side Diff: server/static/rpcexplorer/README.md

Issue 1695893004: RPC Explorer (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@rpcepxlorer-deps
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # RPC Explorer
2
3 RPC Explorer is a static HTML page that can discover RPC services available
4 on the current host and make calls.
5
6 It expects ../upload/ to be available under /static/common/.
7
8 ## Protobuf messages
9
10 Protobuf messages and services mentioned in comments can be found in:
11
12 * [descriptor.proto](https://github.com/luci/luci-go/blob/ea240d0/common/proto/g oogle/descriptor/descriptor.proto)
13 * [discovery/service.proto](https://github.com/luci/luci-go/blob/ea240d0/server/ discovery/service.proto)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698