Top Level Namespace

Defined Under Namespace

Modules: LucidHttp

Instance Method Summary collapse

Instance Method Details

#bodyObject



46
47
48
# File 'lib/lucid_http.rb', line 46

def body
  @__response.body
end

#content_typeObject



58
59
60
# File 'lib/lucid_http.rb', line 58

def content_type
  @__response.content_type
end

#errorObject



70
71
72
# File 'lib/lucid_http.rb', line 70

def error
  @__response.error
end

#pathObject



66
67
68
# File 'lib/lucid_http.rb', line 66

def path
  @__response.path
end

#statusObject



54
55
56
# File 'lib/lucid_http.rb', line 54

def status
  @__response.status
end

#urlObject



62
63
64
# File 'lib/lucid_http.rb', line 62

def url
  @__response.url
end

#verbObject



50
51
52
# File 'lib/lucid_http.rb', line 50

def verb
  @__response.verb
end