diff --git a/flight/net/Response.php b/flight/net/Response.php
index 48f383c..2b22158 100644
--- a/flight/net/Response.php
+++ b/flight/net/Response.php
@@ -145,6 +145,14 @@ class Response {
         return $this;
     }
 
+    /**
+     * Returns the headers from the response
+     * @return array
+     */
+    public function headers() {
+        return $this->headers;
+    }
+
     /**
      * Writes content to the response body.
      *