Merge branch 'cors' of github.com:oligot/EWF into cors

This commit is contained in:
Olivier Ligot
2013-03-15 14:19:52 +01:00
5 changed files with 28 additions and 2 deletions

View File

@@ -999,6 +999,13 @@ feature -- HTTP_*
Result := wgi_request.http_transfer_encoding
end
http_access_control_request_headers: detachable READABLE_STRING_8
-- Indicates which headers will be used in the actual request
-- as part of the preflight request
do
Result := wgi_request.http_access_control_request_headers
end
feature -- Extra CGI environment variables
request_uri: READABLE_STRING_8