Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 42066cf

Browse files
committed
Minor refactoring
1 parent dd8fcae commit 42066cf

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

lib/core/enums.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,18 +164,21 @@ class HTTP_HEADER:
164164
CONTENT_RANGE = "Content-Range"
165165
CONTENT_TYPE = "Content-Type"
166166
COOKIE = "Cookie"
167-
SET_COOKIE = "Set-Cookie"
167+
EXPIRES = "Expires"
168168
HOST = "Host"
169+
IF_MODIFIED_SINCE = "If-Modified-Since"
170+
LAST_MODIFIED = "Last-Modified"
169171
LOCATION = "Location"
170172
PRAGMA = "Pragma"
171173
PROXY_AUTHORIZATION = "Proxy-Authorization"
172174
PROXY_CONNECTION = "Proxy-Connection"
173175
RANGE = "Range"
174176
REFERER = "Referer"
175177
SERVER = "Server"
176-
USER_AGENT = "User-Agent"
178+
SET_COOKIE = "Set-Cookie"
177179
TRANSFER_ENCODING = "Transfer-Encoding"
178180
URI = "URI"
181+
USER_AGENT = "User-Agent"
179182
VIA = "Via"
180183
X_POWERED_BY = "X-Powered-By"
181184

0 commit comments

Comments
 (0)