Skip to content

Commit

Permalink
docs: add sendStream to the utils list
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 14, 2022
1 parent af61d95 commit d58fad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -130,6 +130,7 @@ H3 has concept of compasable utilities that accept `event` (from `eventHandler((
- `appendResponseHeaders(event, headers)` (alias: `appendHeaders`)
- `appendResponseHeader(event, name, value)` (alias: `appendHeader`)
- `writeEarlyHints(event, links, callback)`
- `sendStream(event, data)`
- `sendError(event, error, debug?)`
- `useMethod(event, default?)`
- `isMethod(event, expected, allowHead?)`
Expand Down

0 comments on commit d58fad8

Please sign in to comment.