class Lambda::Builder::HTTPResponse
- Lambda::Builder::HTTPResponse
- Reference
- Object
Defined in:
lambda_builder/http_response.crConstructors
Instance Method Summary
- 
        #as_json : JSON::Any
        
          Returns a JSON::Anyobject for passing on to AWS
- #body : String | JSON::Any | Nil
- #body=(body : String | JSON::Any | Nil)
- #headers : HTTP::Headers
- #status_code : Int32
- #to_json(json : JSON::Builder)