Top Level Namespace

Defined Under Namespace

Modules: LucidHttp

Instance Method Summary collapse

Instance Method Details

#bodyObject



64
65
66
# File 'lib/lucid_http.rb', line 64

def body
  response.body
end

#content_typeObject



76
77
78
# File 'lib/lucid_http.rb', line 76

def content_type
  response.content_type
end

#errorObject



88
89
90
# File 'lib/lucid_http.rb', line 88

def error
  response.error
end

#pathObject



84
85
86
# File 'lib/lucid_http.rb', line 84

def path
  response.path
end

#responseObject



60
61
62
# File 'lib/lucid_http.rb', line 60

def response
  @__response
end

#statusObject



72
73
74
# File 'lib/lucid_http.rb', line 72

def status
  response.status
end

#urlObject



80
81
82
# File 'lib/lucid_http.rb', line 80

def url
  response.url
end

#verbObject



68
69
70
# File 'lib/lucid_http.rb', line 68

def verb
  response.verb
end