Update library/protocol/CONNEG/README.md

This commit is contained in:
jvelilla
2011-12-01 09:34:11 -02:00
parent f71bbc07e8
commit 3b30f4b994

View File

@@ -13,17 +13,16 @@ The class CONNEG_SERVER_SIDE contains several features that helps to write diffe
charset and compression).
So for each of the following questions, you will have a corresponding method to help in the solution.
How to implement Media type negotiation?
- How to implement Media type negotiation?
Hint: Use CONNEG_SERVER_SIDE.media_type_preference
How to implement Language Negotiation?
- How to implement Language Negotiation?
Hint: Use CONNEG_SERVER_SIDE.language_preference
How to implement Character encoding Negotiation?
- How to implement Character encoding Negotiation?
Hint: Use CONNEG_SERVER_SIDE.charset_preference
How to implement Compression Negotiation?
- How to implement Compression Negotiation?
Hint: Use CONNEG_SERVER_SIDE.encoding_preference
There is also a test case where you can check how to use this class.