Top Level Namespace
Defined Under Namespace
Modules: LucidHttp
Instance Method Summary collapse
- #body ⇒ Object
- #content_type ⇒ Object
- #error ⇒ Object
- #path ⇒ Object
- #status ⇒ Object
- #url ⇒ Object
- #verb ⇒ Object
Instance Method Details
#body ⇒ Object
46 47 48 |
# File 'lib/lucid_http.rb', line 46 def body @__response.body end |
#content_type ⇒ Object
58 59 60 |
# File 'lib/lucid_http.rb', line 58 def content_type @__response.content_type end |
#error ⇒ Object
70 71 72 |
# File 'lib/lucid_http.rb', line 70 def error @__response.error end |
#path ⇒ Object
66 67 68 |
# File 'lib/lucid_http.rb', line 66 def path @__response.path end |
#status ⇒ Object
54 55 56 |
# File 'lib/lucid_http.rb', line 54 def status @__response.status end |
#url ⇒ Object
62 63 64 |
# File 'lib/lucid_http.rb', line 62 def url @__response.url end |
#verb ⇒ Object
50 51 52 |
# File 'lib/lucid_http.rb', line 50 def verb @__response.verb end |