Handle Precondition Failed for If-Match: * where there is no handler for the resource

This commit is contained in:
Colin Adams
2013-04-11 09:23:41 +01:00
parent 47e028de2a
commit 31ba0a8828
5 changed files with 163 additions and 0 deletions

View File

@@ -1042,6 +1042,12 @@ feature -- HTTP_*
Result := wgi_request.http_access_control_request_headers
end
http_if_match: detachable READABLE_STRING_8
-- Existence check on resource
do
Result := meta_string_variable ({WGI_META_NAMES}.http_if_match)
end
feature -- Extra CGI environment variables
request_uri: READABLE_STRING_8