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

Issue 1411553006: Add a Server interface. (Closed)

Created:
5 years, 2 months ago by nweiz
Modified:
5 years, 1 month ago
Reviewers:
kevmoo
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/shelf@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add a Server interface. A Server represents an adapter that knows its own URL. It's a useful abstraction for code that needs to know its location in URL-space but doesn't want to tightly couple itself to a given server implementation. R=kevmoo@google.com Committed: https://github.com/dart-lang/shelf/commit/75b201c03415a0aba0f8b7f9add582e8a3d36c57

Patch Set 1 #

Total comments: 9

Patch Set 2 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+341 lines, -2 lines) Patch
M CHANGELOG.md View 1 chunk +9 lines, -0 lines 0 comments Download
M README.md View 1 chunk +5 lines, -0 lines 0 comments Download
M lib/shelf.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M lib/shelf_io.dart View 1 chunk +2 lines, -0 lines 0 comments Download
A lib/src/io_server.dart View 1 1 chunk +60 lines, -0 lines 0 comments Download
A lib/src/server.dart View 1 chunk +53 lines, -0 lines 0 comments Download
A lib/src/server_handler.dart View 1 chunk +90 lines, -0 lines 0 comments Download
M pubspec.yaml View 1 chunk +3 lines, -2 lines 0 comments Download
A test/io_server_test.dart View 1 1 chunk +41 lines, -0 lines 0 comments Download
A test/server_handler_test.dart View 1 chunk +76 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
nweiz
5 years, 2 months ago (2015-10-21 22:55:29 UTC) #1
kevmoo
I'd love a bit more explanation here. Maybe update the sample? I'm not clear how/where ...
5 years, 2 months ago (2015-10-22 00:44:26 UTC) #2
nweiz
> I'd love a bit more explanation here. Maybe update the > sample? > > ...
5 years, 1 month ago (2015-10-26 21:32:44 UTC) #3
nweiz
Code review changes
5 years, 1 month ago (2015-10-26 22:16:36 UTC) #4
kevmoo
5 years, 1 month ago (2015-10-26 22:17:32 UTC) #5
kevmoo
lgtm
5 years, 1 month ago (2015-10-26 22:17:36 UTC) #6
nweiz
5 years, 1 month ago (2015-10-26 23:02:08 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
75b201c03415a0aba0f8b7f9add582e8a3d36c57 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698