Methods |
public
|
getInnerHeaders(): HeadersInterface
Get inner headers
|
#
|
public
|
withHeader(string $name, string[]|string $value): static
Get an instance with a value applied to a header, replacing any existing
values
Get an instance with a value applied to a header, replacing any existing
values
|
#
|
public
|
withAddedHeader(string $name, string[]|string $value): static
Get an instance with a value applied to a header, preserving any existing
values
Get an instance with a value applied to a header, preserving any existing
values
|
#
|
public
|
withoutHeader(string $name): static
Get an instance where a header is removed if present
Get an instance where a header is removed if present
|
#
|