Squirm::RequestStorage
Inherits Reference / Object
Constants
INSTANCE = new
Log = ::Log.for(self)
Class methods
instance
SourceInstance methods
clear(id : String)
Sourcedelete_history(id : String, url : String)
Sourceempty?(id : String) : Bool
Sourceexists?(id : String) : Bool
Sourceflush(id : String)
Sourcehistory
Sourcepop!(id : String)
Sourcerequests
Sourceseen?(id : String, url : String) : Bool
Sourcestore(id : String, request : Request)
Sourcestore(id : String, requests : Array(Request))
Sourcestore(id : String, url : String)
Sourcestore(id : String, urls : Array(String))
Source