class HTTPRequests

Included Modules

Defined in:

replay/http/requests.cr

Constructors

Instance Method Summary

Instance methods inherited from module Requests

from(io : IO) : RequestError | Request
from(json : JSON::Any) : Request
from

Constructor Detail

def self.new(base_uri : URI) #

[View source]

Instance Method Detail

def from(io : IO) : RequestError | Request #

[View source]
def from(request_json : JSON::Any) : Request #

[View source]