This is an automated email from the git hooks/post-receive script.

nickm-guest pushed a commit to branch master
in repository libhttp-server-simple-static-perl.

commit 664186f8fc9b5e9a5e3de56bdc7e96368bfd4cb7
Author: Nick Morrott <knowledgejun...@gmail.com>
Date:   Fri Aug 12 10:20:32 2016 +0100

    Add more details to long description
---
 debian/control | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/control b/debian/control
index 93034b4..a618a41 100644
--- a/debian/control
+++ b/debian/control
@@ -31,3 +31,9 @@ Depends: ${perl:Depends},
 Description: 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.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libhttp-server-simple-static-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to