Skip to content

Commit 0657018

Browse files
committed
add Location header
1 parent b3db97f commit 0657018

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ResponseHeaders.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ final class ResponseHeader
3737
const ETAG = 'ETag';
3838
const EXPIRES = 'Expires';
3939
const LAST_MODIFIED = 'Last-Modified';
40+
const LOCATION = 'Location';
4041
const P3P = 'P3P';
4142
const PROXY_AUTHENTICATE = 'Proxy-Authenticate';
4243
const PUBLIC_KEY_PINS = 'Public-Key-Pins';

0 commit comments

Comments
 (0)