[Http] Docs
This commit is contained in:
parent
ba76600214
commit
67dbf46879
@ -8,6 +8,11 @@ CHANGELOG
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
* 0.3.0 (2013-xx-xx)
|
||||||
|
|
||||||
|
* BC: Added Routing to HTTP allowing for a single Ratchet server to handle multiple apps
|
||||||
|
* BC: Decoupled HTTP from WebSocket component
|
||||||
|
|
||||||
* 0.2.5 (2013-04-01)
|
* 0.2.5 (2013-04-01)
|
||||||
|
|
||||||
* Fixed Hixie-76 handshake bug
|
* Fixed Hixie-76 handshake bug
|
||||||
|
1
Makefile
1
Makefile
@ -32,4 +32,5 @@ apidocs:
|
|||||||
-s vendor/react \
|
-s vendor/react \
|
||||||
-s vendor/guzzle \
|
-s vendor/guzzle \
|
||||||
-s vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session \
|
-s vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session \
|
||||||
|
-s vendor/symfony/http-foundation/Symfony/Component/Routing \
|
||||||
-s vendor/evenement/evenement/src/Evenement
|
-s vendor/evenement/evenement/src/Evenement
|
||||||
|
Loading…
Reference in New Issue
Block a user