We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3db97f commit 0657018Copy full SHA for 0657018
src/ResponseHeaders.php
@@ -37,6 +37,7 @@ final class ResponseHeader
37
const ETAG = 'ETag';
38
const EXPIRES = 'Expires';
39
const LAST_MODIFIED = 'Last-Modified';
40
+ const LOCATION = 'Location';
41
const P3P = 'P3P';
42
const PROXY_AUTHENTICATE = 'Proxy-Authenticate';
43
const PUBLIC_KEY_PINS = 'Public-Key-Pins';
0 commit comments