Class: Inspec::Resources::Http::Worker::Local
  
  
  
  
  
    - Inherits:
 
    - 
      Base
      
        
          - Object
 
          
            - Base
 
          
            - Inspec::Resources::Http::Worker::Local
 
          
        
        show all
      
     
  
  
  
  
  
  
  
  
  
  
    - Defined in:
 
    - lib/inspec/resources/http.rb
 
  
  
 
  Instance Attribute Summary
  
  Attributes inherited from Base
  #http_method, #opts, #url
  
    
      Instance Method Summary
      collapse
    
    
  
  
  
  
  
  
  
  
  
  Methods inherited from Base
  #initialize
  
    Instance Method Details
    
      
  
  
    #body  ⇒ Object 
  
  
  
  
    
      
129
130
131 
     | 
    
      # File 'lib/inspec/resources/http.rb', line 129
def body
  response.body
end 
     | 
  
 
    
      
  
  
    
      
133
134
135 
     | 
    
      # File 'lib/inspec/resources/http.rb', line 133
def 
  response..to_h
end 
     | 
  
 
    
      
  
  
    #status  ⇒ Object 
  
  
  
  
    
      
125
126
127 
     | 
    
      # File 'lib/inspec/resources/http.rb', line 125
def status
  response.status
end 
     |