struct MockServerClient::HttpForward

Included Modules

Defined in:

mockserver/structs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

def self.new(host : String | Nil = nil, port : Int32 | Nil = nil, scheme : String | Nil = nil) #

[View source]

Instance Method Detail

def host : String | Nil #

def host! #

[View source]
def port : Int32 | Nil #

def port! #

[View source]
def scheme : String | Nil #

def scheme! #

[View source]