4e87f2a87c
Dependencies between features are now crystal clear R=sgjesse@google.com Review URL: https://codereview.chromium.org//756493002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41936 260f80e4-7a28-3924-810f-c04153c831b5
13 lines
387 B
Markdown
13 lines
387 B
Markdown
A set of high-level classes that, together with
|
|
`HttpServer`, makes is easier to serve web content.
|
|
|
|
**NOTE:** This package only works for server-side or command-line Dart
|
|
applications. In other words, if the app imports `dart:io`, it can use this
|
|
package.
|
|
|
|
## Filing issues
|
|
|
|
File issues for the `http_server` package at [http://dartbug.com/new][bugs].
|
|
|
|
[bugs]: http://dartbug.com/new
|