docs(java): route.fulfill with APIResponse (#11711)

This commit is contained in:
Yury Semikhatsky 2022-01-27 15:43:38 -08:00 committed by GitHub
parent 84248f6e48
commit b436fbbbf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -221,7 +221,7 @@ File path to respond with. The content type will be inferred from file extension
is resolved relative to the current working directory.
### option: Route.fulfill.response
* langs: js
* langs: js, java
- `response` <[APIResponse]>
[APIResponse] to fulfill route's request with. Individual fields of the response (such as headers) can be overridden using fulfill options.