Gets the header with the specified key.
String? getHeaderValue(String name) { return _headers![name]; }