diff --git a/src/RA/ResponseContext.cs b/src/RA/ResponseContext.cs index d591bf1..00a4cd1 100644 --- a/src/RA/ResponseContext.cs +++ b/src/RA/ResponseContext.cs @@ -36,6 +36,13 @@ public ResponseContext(HttpStatusCode statusCode, string content, Dictionary + /// Retrieve the specified response header. + /// + /// The header name. + /// The header value. + public string RetrieveHeader(string name) => HeaderValue(name); + /// /// Retrieve an object from the response document. ///