This commit is contained in:
Colin Adams
2014-11-17 16:20:28 +00:00
parent 73d45c9817
commit e1d1d52260
6 changed files with 48 additions and 4 deletions

View File

@@ -1227,7 +1227,13 @@ feature -- HTTP_*
do
Result := wgi_request.http_range
end
http_content_range: detachable READABLE_STRING_8
-- Partial range of selected representation enclosed in message payload
do
Result := wgi_request.http_content_range
end
feature -- Extra CGI environment variables
request_uri: READABLE_STRING_8