chore: use get for quickstart, plain logs for easy understanding (#1905)

This commit is contained in:
Kevin Wan
2022-05-14 17:01:37 +08:00
committed by GitHub
parent 5d09cd0e7c
commit 7b82eda993
5 changed files with 12 additions and 9 deletions

View File

@@ -1,3 +1,5 @@
Name: ping
Host: 127.0.0.1
Port: 8888
Port: 8888
Log:
Encoding: plain

View File

@@ -6,5 +6,5 @@ type resp {
service greet {
@handler ping
post /ping returns (resp)
get /ping returns (resp)
}

View File

@@ -0,0 +1,4 @@
Name: greet.rpc
ListenOn: 127.0.0.1:8080
Log:
Encoding: plain