Skip to content

Commit def67ef

Browse files
authored
Merge pull request #24 from yohanboniface/on_url-doc
Add "on_url" to README (fix #9)
2 parents 25a572e + ac24f40 commit def67ef

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)