Andrew Godwin
|
e890c48f3f
|
Fixed #210: Fix query string to be bytes and not decoded
|
2016-06-22 09:44:10 -07:00 |
|
Andrew Godwin
|
d8ae2784d8
|
Note in ASGI about query path
|
2016-06-21 08:22:57 -07:00 |
|
Andrew Godwin
|
4a42ae9529
|
? IS QUESTION MARK
|
2016-06-09 20:50:33 +00:00 |
|
Andrew Godwin
|
08ecffe107
|
Update ASGI spec with single-reader channel
|
2016-06-08 23:14:45 +00:00 |
|
Andrew Godwin
|
d1141e47aa
|
Move email and UDP into their own spec docs
|
2016-05-18 11:34:48 -07:00 |
|
Andrew Godwin
|
3fe99f061c
|
Update spec a bit more
|
2016-05-18 09:58:26 -07:00 |
|
Andrew Godwin
|
f346585f7c
|
Change from waffle to 1MB message limit.
|
2016-05-06 18:41:51 -07:00 |
|
Andrew Godwin
|
feea84f323
|
Introduce backpressure with ChannelFull
|
2016-05-05 22:48:12 -07:00 |
|
Andrew Godwin
|
6b0845ef22
|
Update WSGI URL path to match HTTP
|
2016-04-27 16:27:33 +01:00 |
|
Andrew Godwin
|
7945859bb2
|
Update ASGI HTTP spec to make all path parts unicode
|
2016-04-26 13:09:50 +01:00 |
|
Andrew Godwin
|
e18bfed8f3
|
Clarify timeout behaviour of block() in asgi
|
2016-04-04 03:34:05 +02:00 |
|
Andrew Godwin
|
bee81ee620
|
Update ASGI spec to add enforced long connection timeouts.
|
2016-03-28 11:44:40 +01:00 |
|
Andrew Godwin
|
acd31a663d
|
Add closed message to request bodies to allow fast failure
|
2016-03-22 10:15:30 -07:00 |
|
Andrew Godwin
|
8522eb40ca
|
Update single-reader channel names to split on !, not start.
|
2016-03-21 16:38:23 -07: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 |
|
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
|
69186ef7b7
|
Replace linearize with the more useful enforce_ordering.
|
2016-02-24 00:40:38 +00:00 |
|
Andrew Godwin
|
2b486b0ef0
|
Fix broken bits in docs.
|
2016-02-22 14:10:24 +00:00 |
|
Andrew Godwin
|
be1498768f
|
HTTP Long Poll finishing off
|
2016-02-14 19:22:46 +00: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
|
717eb0a100
|
Added the "flush" extension to ASGI, and clarified group expiry
|
2016-01-17 14:21:45 -08: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
|
46ea90e095
|
Spec tweaks
|
2016-01-02 22:42:40 -08:00 |
|
Andrew Godwin
|
4ed1d73789
|
Remove redundant sentence
|
2016-01-02 18:50:59 -08:00 |
|
Andrew Godwin
|
3dec8e09b3
|
Update backends docs, remove old message standards
|
2016-01-02 18:30:52 -08:00 |
|
Andrew Godwin
|
3d5c399a41
|
Update header spec to exclude underscores.
|
2016-01-02 18:10:08 -08:00 |
|
Andrew Godwin
|
b9464ca149
|
Start making channels work to ASGI spec.
|
2016-01-02 10:17:45 -08:00 |
|
Andrew Godwin
|
e78f75288d
|
Stats extension, application abstraction notes for ASGI
|
2015-12-24 22:58:13 +00:00 |
|
Andrew Godwin
|
6a5907ff59
|
ASGI spec updates
|
2015-12-23 18:04:18 +00:00 |
|
Andrew Godwin
|
3cf5e6149e
|
ASGI draft todo tweak
|
2015-12-23 15:45:08 +00:00 |
|
Andrew Godwin
|
daa8d1aca1
|
More work on the ASGI spec; pruning out some things.
|
2015-12-23 15:32:16 +00:00 |
|
Andrew Godwin
|
31ee80757e
|
Big ASGI disclaimer.
|
2015-12-22 16:59:19 +00:00 |
|
Andrew Godwin
|
3bcfea0421
|
Start on some kind of general spec.
|
2015-12-22 16:57:37 +00:00 |
|