Skip to content

Commit ac24f40

Browse files
committed
Add "on_url" to README (fix #9)
1 parent fd42d6e commit ac24f40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class HttpRequestParser:
2424
(all optional):
2525
2626
- on_message_begin()
27+
- on_url(url: bytes)
2728
- on_header(name: bytes, value: bytes)
2829
- on_headers_complete()
2930
- on_body(body: bytes)

0 commit comments

Comments
 (0)