HeaderBag
final class HeaderBag (View source)
Methods
__construct(array $headers = [])
all()
array
has(string $name)
bool
get(string $name, mixed $default = null)
mixed
set(string $name, string $value)
void
Details
__construct
__construct(array $headers = [])
No description
all
array
all()
No description
has
bool
has(string $name)
No description
get
mixed
get(string $name, mixed $default = null)
No description
set
void
set(string $name, string $value)
No description