Skip to content

Commit f22a061

Browse files
Bumped version to 1.0.2.post46
Updated vendor constant enumerations at Sat Nov 22 10:11:17 UTC 2025. The following files have been changed: pcapkit/const/http/method.py
1 parent bddc956 commit f22a061

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

conda/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1
1+
0

pcapkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@
124124
]
125125

126126
#: version number
127-
__version__ = '1.0.2.post45'
127+
__version__ = '1.0.2.post46'

pcapkit/const/http/method.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ def __repr__(self) -> 'str':
5050
#: BIND [:rfc:`5842#section-4`]
5151
BIND = 'BIND', False, True
5252

53-
#: CHECKIN [:rfc:`3253#section-4.4,-section-9.4`]
53+
#: CHECKIN [:rfc:`3253#section-9.4`]
5454
CHECKIN = 'CHECKIN', False, True
5555

56-
#: CHECKOUT [:rfc:`3253#section-4.3,-section-8.8`]
56+
#: CHECKOUT [:rfc:`3253#section-8.8`]
5757
CHECKOUT = 'CHECKOUT', False, True
5858

5959
#: CONNECT [:rfc:`9110#section-9.3.6`]
@@ -126,6 +126,9 @@ def __repr__(self) -> 'str':
126126
#: PUT [:rfc:`9110#section-9.3.4`]
127127
PUT = 'PUT', False, True
128128

129+
#: QUERY [RFC-ietf-httpbis-safe-method-w-body-14, Section 2]
130+
QUERY = 'QUERY', True, True
131+
129132
#: REBIND [:rfc:`5842#section-6`]
130133
REBIND = 'REBIND', False, True
131134

0 commit comments

Comments
 (0)