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

Side by Side Diff: pkg/http_server/README.md

Issue 756493002: pkg/http_server: move to multi-lib layout (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: readme fixup Created 6 years 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « pkg/http_server/CHANGELOG.md ('k') | pkg/http_server/lib/http_server.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # http_server 1 A set of high-level classes that, together with
2 `HttpServer`, makes is easier to serve web content.
2 3
3 This package contains a set of high-level classes that, together with 4 **NOTE:** This package only works for server-side or command-line Dart
4 HttpServer, makes is easy to provide content through HTTP servers. 5 applications. In other words, if the app imports `dart:io`, it can use this
5 6 package.
6 **NOTE:** This package currently only works for
7 server-side or command-line Dart applications. In other words, if the app
8 imports `dart:io`, it can use this package.
9
10 ## Using
11
12 Please see the [API docs][docs] for explanations and examples.
13 7
14 ## Filing issues 8 ## Filing issues
15 9
16 Please file issues for the http package at [http://dartbug.com/new][bugs]. 10 File issues for the `http_server` package at [http://dartbug.com/new][bugs].
17 11
18 [bugs]: http://dartbug.com/new 12 [bugs]: http://dartbug.com/new
19 [docs]: https://api.dartlang.org/docs/channels/stable/latest/http_server.html
OLDNEW
« no previous file with comments | « pkg/http_server/CHANGELOG.md ('k') | pkg/http_server/lib/http_server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698