You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's Connect RPCs, so you can use the Buf Studio to test things out! [Buf Studio - Hello RPC](https://buf.build/studio/athilenius/axum-connect/main/hello.HelloWorldService/SayHello?target=http%3A%2F%2Flocalhost%3A3030&share=sxKoVspLzE1VslJQcsxJTVaqBQA)
195
+
196
+
Or CURL it
197
+
198
+
```sh
199
+
curl -X POST http://localhost:3030/hello.HelloWorldService/SayHello \
200
+
-H "Content-Type: application/json" \
201
+
-d '{"name":"Alec"}'
202
+
```
203
+
204
+
> {"message":"Hello Alec! You're addressing the hostname: localhost:3030."}
0 commit comments