diff include/urweb/urweb_cpp.h @ 1934:420d129c4174

HTTP: avoid duplicate Content-length
author Adam Chlipala <adam@chlipala.net>
date Thu, 12 Dec 2013 10:24:38 -0500
parents 98895243b5b6
children 6745eafff617
line wrap: on
line diff
--- a/include/urweb/urweb_cpp.h	Wed Dec 11 18:54:42 2013 -0500
+++ b/include/urweb/urweb_cpp.h	Thu Dec 12 10:24:38 2013 -0500
@@ -209,6 +209,7 @@
 
 void uw_write_header(struct uw_context *, uw_Basis_string);
 void uw_clear_headers(struct uw_context *);
+int uw_has_contentLength(struct uw_context *);
 void uw_Basis_clear_page(struct uw_context *);
 
 uw_Basis_string uw_Basis_get_cookie(struct uw_context *, uw_Basis_string c);