update description

This commit is contained in:
Praveen Arimbrathodiyil 2017-04-11 12:11:45 +05:30
parent a61867635d
commit 8861af163c
1 changed files with 7 additions and 2 deletions

9
debian/control vendored
View File

@ -22,5 +22,10 @@ Depends: ruby | ruby-interpreter,
ruby-rack,
${misc:Depends},
${shlibs:Depends}
Description: A request/response rewriting HTTP proxy. A Rack app.
A Rack app that provides request/response rewriting proxy capabilities with streaming.
Description: request/response rewriting HTTP proxy rack app
A Rack app that provides request/response rewriting proxy capabilities with
streaming. Subclass `Rack::Proxy` and provide `rewrite_env` and
`rewrite_response` methods.
.
Rack provides a minimal, modular and adaptable interface for developing
web applications in Ruby.