struct Postmany::Ports::HttpRequest

Defined in:

postmany/ports/http_transport.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(method : Postmany::Domain::TransferMethod, path : String, query : String | Nil, headers : Hash(String, String), body : String | Nil) #

[View source]

Instance Method Detail

def body : String | Nil #

[View source]
def headers : Hash(String, String) #

[View source]

[View source]
def path : String #

[View source]
def path_with_query : String #

[View source]
def query : String | Nil #

[View source]