lib/em-http/http_header.rb in em-http-request-1.0.2 vs lib/em-http/http_header.rb in em-http-request-1.0.3
- old
+ new
@@ -9,9 +9,12 @@
attr_accessor :http_version
# The status code (as a string!)
attr_accessor :http_status
+ # Raw headers
+ attr_accessor :raw
+
# E-Tag
def etag
self[HttpClient::ETAG]
end