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

Unified Diff: README.md

Issue 1411553006: Add a Server interface. (Closed) Base URL: git@github.com:dart-lang/shelf@master
Patch Set: Code review changes Created 5 years, 2 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 | « CHANGELOG.md ('k') | lib/shelf.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index b36370982173e71548528f1e46d587b9a5b0916c..c45554e0e55dd1380d434931a4f3d30adf22f1dc 100644
--- a/README.md
+++ b/README.md
@@ -148,6 +148,11 @@ catchTopLevelErrors(callback(), void onError(error, StackTrace stackTrace)) {
}
```
+An adapter that knows its own URL should provide an implementation of the
+[`Server`][server] interface.
+
+[server]: http://www.dartdocs.org/documentation/shelf/latest/index.html#shelf/shelf@id_Server
+
## Inspiration
* [Connect](http://www.senchalabs.org/connect/) for NodeJS.
« no previous file with comments | « CHANGELOG.md ('k') | lib/shelf.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698