Skip to content

Commit 92da1a2

Browse files
committed
updated docs for HTTP/2
1 parent 7ebd4cf commit 92da1a2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pcapkit/protocols/application/httpv2.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,13 @@ def make(self, # type: ignore[override]
244244
"""Make (construct) packet data.
245245
246246
Args:
247+
type: Type of HTTP/2 frame.
248+
type_default: Default frame type.
249+
type_namespace: Namespace of frame type.
250+
type_reversed: Whether to reverse the namespace.
251+
flags: Flags of HTTP/2 frame.
252+
sid: Stream ID of HTTP/2 frame.
253+
frame: Frame data of HTTP/2 frame.
247254
**kwargs: Arbitrary keyword arguments.
248255
249256
Returns:

0 commit comments

Comments
 (0)