restructured CONNEG library

fixed various issue in .ecf files
This commit is contained in:
Jocelyn Fiat
2011-11-18 11:14:30 +01:00
parent b58e4e19e1
commit 257ede7586
16 changed files with 36 additions and 41 deletions

View File

@@ -37,6 +37,7 @@ Or using git version >= 1.6.5
### protocol
* __http__: HTTP related classes, constants for status code, content types, ... [read more](library/protocol/http)
* __uri_template__: URI Template library (parsing and expander) [read more](library/protocol/uri_template)
* __CONNEG__: CONNEG library (Content-type Negociation) [read more](library/protocol/CONNEG)
### client
* __http_client__: simple HTTP client based on cURL [read more](library/client/http_client)