RubyGems Navigation menu

rack-http-pipe 0.0.1

# Rack HTTP Pipe Use to pipe directly a remote HTTP file without buffering it. > /!\ Do not work with WebBrick, tested with puma ## Use case * Given a file named #HASH#.pdf on S3 * You want a clean URL and handling the authentication in front of it ``` GET http:/example.com/download Content-Disposition: attachment;filename=name-fetched-from-db.pdf Content-Length Content-Type etc. ``` ## Usage ```ruby get "/" do http_pipe "http://example.com/iso-ubuntu-1404-64bits", { status: 200, headers: { "Content-Type: application/octet-stream", "Content-Disposition: attachment;filename=ubuntu.iso", } } end ``` See the example directory for an example app using sinatra

Gemfile:
= Copier Copié!

installation:
=

Versions:

  1. 0.0.1 - August 05, 2015 (5 ko)

Dépendances de Runtime (1):

rack ~> 1

Propriétaires:

Auteurs:

  • Léo Unbekandt

Total de contrôle SHA 256:

2596c7148c4dd057f6dd96d30e2e0045ab62e1d407ef48ebe80c9bea5d32e1dc

Total de téléchargements 3 396

Pour cette version 3 396

License:

BSD

Version de Ruby requise: >= 0

Liens: