Added basic support for "Expect" http header

i.e:   WSF_REQUEST.http_expect: detachable READABLE_STRING_8

Added WSF_REQUEST.request_time_stamp: INTEGER_64
This commit is contained in:
Jocelyn Fiat
2012-12-18 23:25:54 +01:00
parent 82c779fd60
commit 71b1bad53d
4 changed files with 36 additions and 1 deletions

View File

@@ -44,6 +44,8 @@ feature -- Access
http_connection: STRING = "HTTP_CONNECTION"
http_expect: STRING = "HTTP_EXPECT"
http_referer: STRING = "HTTP_REFERER"
http_transfer_encoding: STRING = "HTTP_TRANSFER_ENCODING"