pushpin 1.38.0-2 source package in Ubuntu

Changelog

pushpin (1.38.0-2) unstable; urgency=medium

  * Fix portabilty issue

 -- Jan Niehusmann <email address hidden>  Thu, 15 Feb 2024 23:32:04 +0100

Upload details

Uploaded by:
Jan Niehusmann
Uploaded to:
Sid
Original maintainer:
Jan Niehusmann
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pushpin_1.38.0-2.dsc 2.2 KiB 614b2ac0d51a2dbe2274d7e2b5c01bb7289e7173ff8d3b2ae528b5adba756f4a
pushpin_1.38.0.orig.tar.gz 525.0 KiB df1543af79667721b5e6a8cf884718a7c0cff00e2714aac4cd8a2c75be7e2050
pushpin_1.38.0-2.debian.tar.xz 12.4 KiB 4f913deef706797a84a6ffdebfdb79e7e745c8c3839fa04ec2919c4d76883bc9

Available diffs

No changes file available.

Binary packages built by this source

pushpin: HTTP reverse proxy server for streaming and long-polling services

 Pushpin is a reverse proxy server that makes it easy to implement
 WebSocket, HTTP streaming, and HTTP long-polling services. It communicates
 with backend web applications using regular, short-lived HTTP requests
 (GRIP protocol). This allows backend applications to be written in any
 language and use any webserver.
 .
 Additionally, Pushpin does all of this without exposing a proprietary
 protocol to clients. The HTTP/WebSocket content between the client
 and your server is whatever you want it to be. This makes it ideal for
 implementing APIs.
 .
 Pushpin is written in C++. The name means to "pin" (hold) connections
 open for "pushing".

pushpin-dbgsym: debug symbols for pushpin