class

Squirm::RequestStorage

Inherits Reference / Object

Constants

INSTANCE = new
Log = ::Log.for(self)

Class methods

instance
Source

Instance methods

clear(id : String)
Source
delete_history(id : String, url : String)
Source
empty?(id : String) : Bool
Source
exists?(id : String) : Bool
Source
flush(id : String)
Source
history
Source
pop!(id : String)
Source
requests
Source
seen?(id : String, url : String) : Bool
Source
store(id : String, request : Request)
Source
store(id : String, requests : Array(Request))
Source
store(id : String, url : String)
Source
store(id : String, urls : Array(String))
Source