Kaydet (Commit) 97adfc2b authored tarafından Yazhong Liu's avatar Yazhong Liu Kaydeden (comit) Tim Graham

Added HTTP 308 status and its description.

üst 407d0703
......@@ -42,6 +42,7 @@ REASON_PHRASES = {
305: 'USE PROXY',
306: 'RESERVED',
307: 'TEMPORARY REDIRECT',
308: 'PERMANENT REDIRECT',
400: 'BAD REQUEST',
401: 'UNAUTHORIZED',
402: 'PAYMENT REQUIRED',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment