IReadOnlyHttpHeaders Interface
Read-only view over a collection of HTTP headers.
Syntax
Unit: Sparkle.Http.Headers
IReadOnlyHttpHeaders = interface(IInterface);
Methods
| Name | Description |
|---|---|
| Exists | Indicates whether a header with the given name exists. |
| Get | Returns the value of the named header, or an empty string if it does not exist. |
| GetAllHeaders | Returns an enumerable over all headers in the collection. |
Properties
| Name | Description |
|---|---|
| AllHeaders | Gets an enumerable over all headers in the collection. |