We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4bbb5 commit 836ffacCopy full SHA for 836ffac
README.md
@@ -125,6 +125,7 @@ message CreateSomethingResponse {
125
126
<details>
127
<summary><h3>Host definitions</h3></summary>
128
+
129
You can define hosts at the file, service, or method level. Each one overrides
130
the previous. This allows for more advanced composition.
131
@@ -160,7 +161,8 @@ service MyService {
160
161
162
163
<summary><h3>Service Prefixes</h3></summary>
-Each service can set a path prefix for all methods to inherit. This is useful
164
165
+Each service can have a path prefix set for all methods to inherit. This is useful
166
when versioning your API or if you have a parameter that is defined for each
167
method route.
168
0 commit comments