From f960b3872a668ed1b53bd50c5b6a708367332f3c Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Mon, 23 Apr 2012 00:18:45 +0800 Subject: Making progress toward a release Documented headers.lua Update copyright date everywhere Remove RCSID from files Move version back to 2.1 rather than 2.1.1 Fixed url package to support ipv6 hosts Changed "domain" to "family" in tcp and udp structures Implemented getfamily methods --- doc/http.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/http.html') diff --git a/doc/http.html b/doc/http.html index 9f3f087..cd41c0d 100644 --- a/doc/http.html +++ b/doc/http.html @@ -95,8 +95,9 @@ headers = {

-Field names are case insensitive (as specified by the standard) and all -functions work with lowercase field names. +Field names are case insensitive (as specified by the standard) and all +functions work with lowercase field names (but see +socket.headers.canonic). Field values are left unmodified.

@@ -117,6 +118,7 @@ the HTTP module:
  • USERAGENT: default user agent reported to server. +

    -- cgit v1.2.3-55-g6feb