webdis 0.1.9+dfsg-1.1 source package in Ubuntu

Changelog

webdis (0.1.9+dfsg-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * ignore deluser not being available in postrm purge (closes: #1035435)

 -- Johannes Schauer Marin Rodrigues <email address hidden>  Thu, 18 May 2023 00:10:16 +0200

Upload details

Uploaded by:
Andrii Senkovych
Uploaded to:
Sid
Original maintainer:
Andrii Senkovych
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
webdis_0.1.9+dfsg-1.1.dsc 2.1 KiB 12b4d546bbde29faa10175afea4267f4df709c12707bdc409fd578ead999ff92
webdis_0.1.9+dfsg.orig.tar.xz 50.1 KiB c1f743f01db4ff9c522b737bcdb7afeb8c0756336d5091cec90c4640251acfcb
webdis_0.1.9+dfsg-1.1.debian.tar.xz 13.5 KiB 57c639a95fcbafcb9d4e80e2818c0e4a88dae844663da2cf8984e931689754bf

No changes file available.

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: debug symbols for webdis