Skip to content

Commit d5b714c

Browse files
Bumped version to 1.0.2.post44
Updated vendor constant enumerations at Sat Sep 20 10:10:14 UTC 2025. The following files have been changed: pcapkit/const/http/status_code.py
1 parent 1f0008f commit d5b714c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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.post43'
127+
__version__ = '1.0.2.post44'

pcapkit/const/http/status_code.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ def __new__(cls, value: 'int', message: 'str' = '') -> 'Type[StatusCode]':
4747
#: Early Hints [:rfc:`8297`]
4848
EARLY_HINTS = 103, 'Early Hints'
4949

50-
#: Upload Resumption Supported (TEMPORARY - registered 2024-11-13, expires
51-
#: 2025-11-13) [draft-ietf-httpbis-resumable-upload-05]
52-
UPLOAD_RESUMPTION_SUPPORTED = 104, 'Upload Resumption Supported (TEMPORARY - registered 2024-11-13, expires 2025-11-13)'
50+
#: Upload Resumption Supported (TEMPORARY - registered 2024-11-13, extension
51+
#: registered 2025-09-15, expires 2026-11-13) [draft-ietf-httpbis-resumable-
52+
#: upload-05]
53+
UPLOAD_RESUMPTION_SUPPORTED = 104, 'Upload Resumption Supported (TEMPORARY - registered 2024-11-13, extension registered 2025-09-15, expires 2026-11-13)'
5354

5455
#: OK [:rfc:`9110#section-15.3.1`]
5556
OK = 200, 'OK'

0 commit comments

Comments
 (0)