libhttp-server-simple-static-perl 0.14-2 source package in Ubuntu

Changelog

libhttp-server-simple-static-perl (0.14-2) unstable; urgency=medium

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Tue, 14 Jun 2022 23:14:00 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-server-simple-static-perl_0.14-2.dsc 2.3 KiB 53b06c155b0f37098851fd09f64ecc4baa488c929a4c39671f180b3111c8cf85
libhttp-server-simple-static-perl_0.14.orig.tar.gz 6.5 KiB a66532dc9745ce50f7ad75f0b635a4d010d2dce03e94da1b985b161d07586902
libhttp-server-simple-static-perl_0.14-2.debian.tar.xz 2.8 KiB 33000e178ab596569f027af44cb1f46873c81dc698706d71e014ff2743060248

Available diffs

No changes file available.

Binary packages built by this source

libhttp-server-simple-static-perl: Serve static files with HTTP::Server::Simple

 HTTP::Server::Simple::Static is a mixin that adds a method to serve
 static files from your HTTP::Server::Simple subclass.
 .
 The Date and Last-Modified HTTP headers are set when sending a response
 for a valid file. The method supports clients which send an If-Modified-Since
 HTTP header in the request, returning a 304 Not Modified response if the file
 is unchanged. If the client makes a HEAD request no message body will be
 returned in the response.