Update nghttp2.pyx
This commit is contained in:
parent
02e6cad121
commit
8ddb2273b9
|
@ -1057,8 +1057,7 @@ if asyncio:
|
||||||
"""HTTP/2 request (stream) handler base class.
|
"""HTTP/2 request (stream) handler base class.
|
||||||
|
|
||||||
The class is used to handle the HTTP/2 stream. By default, it does
|
The class is used to handle the HTTP/2 stream. By default, it does
|
||||||
not nothing. It must be subclassed to handle each event callback
|
nothing. It must be subclassed to handle each event callback method.
|
||||||
method.
|
|
||||||
|
|
||||||
The first callback method invoked is on_headers(). It is called
|
The first callback method invoked is on_headers(). It is called
|
||||||
when HEADERS frame, which includes request header fields, is
|
when HEADERS frame, which includes request header fields, is
|
||||||
|
|
Loading…
Reference in New Issue