webdis 0.1.4+dfsg-1build2 source package in Ubuntu

Changelog

webdis (0.1.4+dfsg-1build2) focal; urgency=medium

  * No-change rebuild for libevent soname changes.

 -- Matthias Klose <email address hidden>  Sat, 19 Oct 2019 19:58:57 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
webdis_0.1.4+dfsg.orig.tar.gz 58.2 KiB 8e606ea67f9dbd6b7e2d2c7d9fda3b7249dd1aa0e56ad125ae1d061365ea29c2
webdis_0.1.4+dfsg-1build2.debian.tar.xz 12.2 KiB 939a75e831e8f9e32ae3e2dc8c80078e8f82d5fd794b26e68f86757457f684bd
webdis_0.1.4+dfsg-1build2.dsc 2.2 KiB f403b72b6fed043c62e76d192b8f8150fb12617cd5bc4725f37380b29e2f94a2

View changes file

Binary packages built by this source

webdis: simple web server providing an HTTP interface to Redis

 Webdis is a simple web server providing HTTP interface to Redis. Some features
 include:
  * Support for GET and POST requests.
  * JSON output by default, optional JSONP parameter (?jsonp=myFunction).
  * Raw Redis 2.0 protocol output with .raw suffix
  * HTTP 1.1 pipelining (50,000 http requests per second on a desktop Linux
    machine.)
  * Restricted commands by IP range (CIDR subnet + mask) or HTTP Basic Auth,
    returning 403 errors.
  * Possible Redis authentication in the config file.
  * Pub/Sub using Transfer-Encoding: chunked, works with JSONP as well. Webdis
    can be used as a Comet server.
  * Custom Content-Type using a pre-defined file extension, or with
    ?type=some/thing.
  * URL-encoded parameters for binary data or slashes.
  * Logs, with a configurable verbosity.
  * Cross-origin XHR, if compiled with libevent2 (for OPTIONS support).
  * File upload with PUT.
  * With the JSON output, the return value of INFO is parsed and transformed
    into an object.

webdis-dbgsym: No summary available for webdis-dbgsym in ubuntu groovy.

No description available for webdis-dbgsym in ubuntu groovy.