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:
= Copy to clipboard Copied!

install:
=

Versions:

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

Runtime Dependencies (1):

rack ~> 1

Owners:

Authors:

  • Léo Unbekandt

SHA 256 checksum:

2596c7148c4dd057f6dd96d30e2e0045ab62e1d407ef48ebe80c9bea5d32e1dc

Total downloads 3,383

For this version 3,383

License:

BSD

Required Ruby Version: >= 0

Links: