Compare commits
2 Commits
es_rev9865
...
v1.0.3
| Author | SHA1 | Date | |
|---|---|---|---|
| 7f4bf09d84 | |||
|
|
ad90e7c135 |
@@ -1,13 +1,4 @@
|
|||||||
Introduction
|
The [Workbook](/doc/workbook.md) lets you discover the EiffelWeb framework.
|
||||||
|
|
||||||
Basic Concepts
|
|
||||||
Generating Plain Text
|
|
||||||
Generation HTML
|
|
||||||
|
|
||||||
Handling Client Request:
|
[Enter the documentation](/doc/workbook.md)
|
||||||
Form Data
|
|
||||||
Request Heders
|
|
||||||
Query Parameters.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -62,6 +62,9 @@ feature {NONE} -- Implementation
|
|||||||
a_handler.append_resource (req, res)
|
a_handler.append_resource (req, res)
|
||||||
-- 200 or 204 or 303 or 500 (add support for this?)
|
-- 200 or 204 or 303 or 500 (add support for this?)
|
||||||
-- FIXME: more support, such as includes_response_entity
|
-- FIXME: more support, such as includes_response_entity
|
||||||
|
if not a_handler.response_ok (req) then
|
||||||
|
write_error_response (req, res)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -62,6 +62,9 @@ feature {NONE} -- Implementation
|
|||||||
a_handler.update_resource (req, res)
|
a_handler.update_resource (req, res)
|
||||||
-- 204 or 500 (add support for this?)
|
-- 204 or 500 (add support for this?)
|
||||||
-- FIXME: more support, such as includes_response_entity
|
-- FIXME: more support, such as includes_response_entity
|
||||||
|
if not a_handler.response_ok (req) then
|
||||||
|
write_error_response (req, res)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user