Update library/protocol/CONNEG/README.md
This commit is contained in:
@@ -13,17 +13,16 @@ The class CONNEG_SERVER_SIDE contains several features that helps to write diffe
|
|||||||
charset and compression).
|
charset and compression).
|
||||||
So for each of the following questions, you will have a corresponding method to help in the solution.
|
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
|
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
|
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
|
Hint: Use CONNEG_SERVER_SIDE.charset_preference
|
||||||
|
|
||||||
How to implement Compression Negotiation?
|
- How to implement Compression Negotiation?
|
||||||
Hint: Use CONNEG_SERVER_SIDE.encoding_preference
|
Hint: Use CONNEG_SERVER_SIDE.encoding_preference
|
||||||
|
|
||||||
There is also a test case where you can check how to use this class.
|
There is also a test case where you can check how to use this class.
|
||||||
|
|||||||
Reference in New Issue
Block a user