Skip to content

Commit

Permalink
Revert "docs: use separate options for string and buffer body (micros…
Browse files Browse the repository at this point in the history
…oft#5291)"

This reverts commit 1c65b59.
  • Loading branch information
pavelfeldman committed Feb 3, 2021
1 parent c0480e5 commit 8e6c4a6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docs/src/api/class-route.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,23 +154,10 @@ Response headers. Header values will be converted to a string.
If set, equals to setting `Content-Type` response header.

### option: Route.fulfill.body
* langs: js, python
- `body` <[string]|[Buffer]>

Response body.

### option: Route.fulfill.body
* langs: csharp, java
- `body` <[string]>

Optional response body as text.

### option: Route.fulfill.bodyBytes
* langs: csharp, java
- `bodyBytes` <[Buffer]>

Optional response body as raw bytes.

### option: Route.fulfill.path
- `path` <[path]>

Expand Down

0 comments on commit 8e6c4a6

Please sign in to comment.