Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(307)

Unified Diff: pkg/shelf/CHANGELOG.md

Issue 260933004: Support Request hijacking in Shelf, using a similar API to Rack. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/shelf/lib/shelf.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/shelf/CHANGELOG.md
diff --git a/pkg/shelf/CHANGELOG.md b/pkg/shelf/CHANGELOG.md
index cbf2905dcc9ae5990f51fcab743e19469cb2fbf9..d83e4cc23d0bba8bff105742cbee225ad192c8b9 100644
--- a/pkg/shelf/CHANGELOG.md
+++ b/pkg/shelf/CHANGELOG.md
@@ -3,6 +3,9 @@
* Add a `Cascade` helper that runs handlers in sequence until one returns a
response that's neither a 404 nor a 405.
+* Add a `Request.hijack` method that allows handlers to gain access to the
+ underlying HTTP socket.
+
## 0.5.1+1
* Capture all asynchronous errors thrown by handlers if they would otherwise be
« no previous file with comments | « no previous file | pkg/shelf/lib/shelf.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698