Commit Graph

120 Commits

Author SHA1 Message Date
Andrew Godwin
c36a33ab96 Improve wording about regex appending in routing docs 2016-03-20 13:56:42 -03:00
Andrew Godwin
d3da7054b4 Doc typo 2016-03-20 13:55:22 -03:00
Andrew Godwin
841e19da79 Change to a full pattern-based routing system. 2016-03-20 13:48:34 -03:00
Andrew Godwin
a914cfdcb6 Update ASGI spec to make websocket.receive/disconnect include path
This enables much easier routing for applications, and is not a lot
more overhead, all things considered.
2016-03-20 13:48:34 -03:00
David Muller
5671f919df fix typo -- remove extraneous 'and' 2016-03-17 11:31:50 -07:00
Andrew Godwin
5bf19f52f6 Remove status_text from the HTTP response spec. 2016-03-11 10:30:40 -08:00
Andrew Godwin
820e955515 Change ASGI spec regarding headers. 2016-03-11 10:20:17 -08:00
Andrew Godwin
b4c73ae6a5 Merge pull request #82 from Lukasa/guaranteed-ordering
Be a bit clearer about guaranteed ordering.
2016-03-10 11:51:51 -08:00
Andrew Godwin
ecd9357611 Merge pull request #81 from Lukasa/normative
MUST is preferable to SHOULD
2016-03-10 11:51:08 -08:00
Andrew Godwin
d80444a329 Merge pull request #83 from Lukasa/typo-fix
Stylistic changes.
2016-03-10 11:50:38 -08:00
Andrew Godwin
1bf8532175 Merge pull request #84 from Lukasa/valid-extensions
Clearly you're allowing more extensions.
2016-03-10 11:33:00 -08:00
Cory Benfield
b296fee4c7 Be a bit clearer about guaranteed ordering. 2016-03-10 09:57:33 +00:00
Cory Benfield
e65230b677 Down with RFC 2616 2016-03-10 09:44:48 +00:00
Cory Benfield
c4b1798020 The HTTP specs are quite clear. 2016-03-10 09:43:05 +00:00
Cory Benfield
ce0433f438 MUST is preferable to SHOULD 2016-03-10 09:35:17 +00:00
Cory Benfield
1bb48108fd Stylistic changes 2016-03-10 09:34:29 +00:00
Cory Benfield
69d60a60c5 Clearly you're allowing more extensions. 2016-03-10 09:25:02 +00:00
Andrew Godwin
930d71039e Update docs version 2016-03-06 13:34:58 -08:00
Andrew Godwin
d26e04a56b Fix note formatting 2016-03-06 13:34:23 -08:00
Andrew Godwin
8e978459a9 Add reference 2016-03-06 12:20:11 -08:00
Andrew Godwin
a0dff726b2 Rework getting started section to do groups after basic sending. 2016-03-06 11:28:52 -08:00
Andrew Godwin
44568dab5b Oops on package name. 2016-03-02 17:12:18 -08:00
Andrew Godwin
05e0f739d5 Deployment docs tweak 2016-03-02 17:11:24 -08:00
Andrew Godwin
54dc80e9a5 Typo fix in ordering page. 2016-02-28 22:13:44 -08:00
Andrew Godwin
d0a9279939 Bit more inshort tweaking 2016-02-28 22:11:41 -08:00
Andrew Godwin
00dd9615ff Update inshort a little. 2016-02-28 22:10:02 -08:00
Andrew Godwin
cdde27b55a Releasing 0.9.3 2016-02-28 22:06:25 -08:00
Andrew Godwin
b18975e607 Really lay into DatabaseChannelLayer in an impolite way. 2016-02-28 21:46:45 -08:00
Andrew Godwin
500f0fdeb7 Couple of bits more ordering docs 2016-02-23 19:36:34 -08:00
Andrew Godwin
69186ef7b7 Replace linearize with the more useful enforce_ordering. 2016-02-24 00:40:38 +00:00
Andrew Godwin
2a1c15d3c2 Couple of errors in the In Short doc. 2016-02-22 14:13:00 +00:00
Andrew Godwin
2b486b0ef0 Fix broken bits in docs. 2016-02-22 14:10:24 +00:00
Andrew Godwin
f04dcee7f7 "In short" and "WSGI to ASGI" doc sections 2016-02-22 14:07:48 +00:00
Andrew Godwin
3b8feb5b96 Update deployment docs 2016-02-21 13:06:33 +00:00
Andrew Godwin
be1498768f HTTP Long Poll finishing off 2016-02-14 19:22:46 +00:00
Andrew Godwin
899e180c21 Start updating docs to reflect new interaction pattern 2016-02-10 18:39:34 +00:00
George Brocklehurst
85bb8c98d2
Docs: Update encode/decode methods in example.
`encode` is now `channel_encode`, and `decode` is now `channel_decode`.
2016-02-07 10:19:21 -05:00
George Brocklehurst
88d3379e31
Docs: reply_channel is a property of message
Update an example where `reply_channel` was a global, and contained the
channel name rather than a channel objects.
2016-02-07 10:12:45 -05:00
Andrew Godwin
5cd2cbdfee Add test suite for ASGI handlers 2016-02-05 15:53:01 -08:00
Andrew Godwin
17e9824f71 Update database channel backend to pass conformance 2016-02-05 14:16:20 -08:00
Andrew Godwin
5df99c9cfd Fix some incorrect backend layer references 2016-01-17 14:31:04 -08:00
Andrew Godwin
717eb0a100 Added the "flush" extension to ASGI, and clarified group expiry 2016-01-17 14:21:45 -08:00
Philippe Ombredanne
8f9d40b659 Fixed minor doc typo. 2016-01-10 13:03:19 +01:00
Andrew Godwin
355bf87782 Merge pull request #61 from Lukasa/asgi-push
Draft proposal for Server Push messages
2016-01-05 09:56:13 -08:00
Cory Benfield
894041a3c0 New approach to server push. 2016-01-05 11:41:57 +00:00
Andrew Godwin
a8d09c2644 Embarassingly managed to remove the only name expansion. 2016-01-04 18:24:24 -08:00
Cory Benfield
4ea7b26c65 Draft proposal for Server Push messages 2016-01-03 09:48:08 +00:00
Andrew Godwin
93b2229b2b HTTP body spec fixes 2016-01-02 22:59:09 -08:00
Andrew Godwin
7f5c3d25b6 Remove redundant msgpack question (redis backend now uses it) 2016-01-02 22:43:41 -08:00
Andrew Godwin
46ea90e095 Spec tweaks 2016-01-02 22:42:40 -08:00