struct Analyzer::Specification::Smithy::HttpBinding

Overview

Parsed representation of one operation's HTTP binding.

Defined in:

analyzer/analyzers/specification/smithy.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(method : String, uri : String, code : Int32 | Nil) #

[View source]

Instance Method Detail

def clone #

[View source]
def code : Int32 | Nil #

def copy_with(method _method = @method, uri _uri = @uri, code _code = @code) #

[View source]
def method : String #

def uri : String #