Skip to content

v0.0.5

Choose a tag to compare

@Kludex Kludex released this 08 Jun 13:09
· 75 commits to main since this release
dc1072d

What's new

  • Request.path and Request.query (#13). The request event now exposes the target split at the first ? - path (everything before) and query (everything after, empty if absent), both verbatim bytes. target is unchanged. zttp does not percent-decode; that stays the consumer's job. Saves every consumer from re-splitting event.target themselves.

Full changelog: v0.0.4...v0.0.5