Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8fcae commit 42066cfCopy full SHA for 42066cf
1 file changed
lib/core/enums.py
@@ -164,18 +164,21 @@ class HTTP_HEADER:
164
CONTENT_RANGE = "Content-Range"
165
CONTENT_TYPE = "Content-Type"
166
COOKIE = "Cookie"
167
- SET_COOKIE = "Set-Cookie"
+ EXPIRES = "Expires"
168
HOST = "Host"
169
+ IF_MODIFIED_SINCE = "If-Modified-Since"
170
+ LAST_MODIFIED = "Last-Modified"
171
LOCATION = "Location"
172
PRAGMA = "Pragma"
173
PROXY_AUTHORIZATION = "Proxy-Authorization"
174
PROXY_CONNECTION = "Proxy-Connection"
175
RANGE = "Range"
176
REFERER = "Referer"
177
SERVER = "Server"
- USER_AGENT = "User-Agent"
178
+ SET_COOKIE = "Set-Cookie"
179
TRANSFER_ENCODING = "Transfer-Encoding"
180
URI = "URI"
181
+ USER_AGENT = "User-Agent"
182
VIA = "Via"
183
X_POWERED_BY = "X-Powered-By"
184
0 commit comments