Added Set-Cookie2 to HttpHeaders.Names
This commit is contained in:
parent
281b4507df
commit
9ef9b3753e
@ -203,6 +203,10 @@ public final class HttpHeaders {
|
||||
* {@code "Set-Cookie"}
|
||||
*/
|
||||
public static final String SET_COOKIE = "Set-Cookie";
|
||||
/**
|
||||
* {@code "Set-Cookie2"}
|
||||
*/
|
||||
public static final String SET_COOKIE2 = "Set-Cookie2";
|
||||
/**
|
||||
* {@code "TE"}
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user