LICENSE NEWS README
Regurgitator DomainHost DomainPath OneDomain

class Regurgitator::OneDomain

matches GET and HEAD requests in the format of "/:dkey" from a single, preconfigured domain.

If a client were to make a request to "example.com/bar", this endpoint would respond with the file with the key "bar" from the preconfigured domain.

To use as middleware:

require 'regurgitator'
db = Sequel.connect('mysql2://user@example.com/mogilefs')
use Regurgitator::OneDomain, :domain => 'foo', :db => db

See the one_domain.ru example for a standalone app.


Pages Classes Methods
mail archives: https://yhbt.net/regurgitator-public/
	nntp://news.public-inbox.org/inbox.comp.lang.ruby.regurgitator 
public: regurgitator-public@yhbt.net
source code: git clone https://yhbt.net/regurgitator.git