Header returns the value for the given header.
(name string)
| 95 | |
| 96 | // Header returns the value for the given header. |
| 97 | Header(name string) string |
| 98 | |
| 99 | // EachHeader iterates over all headers and calls the given callback with |
| 100 | // the header name and value. |
no outgoing calls