12 lines
717 B
Markdown
12 lines
717 B
Markdown
![]() |
# Utility classes for HTTP server
|
||
|
|
||
|

|
||
|
[](https://dart.dev/null-safety)
|
||
|
[](https://github.com/dart-backend/platform_http_server/blob/master/LICENSE)
|
||
|
|
||
|
**Forked from the archived `http_server` project**
|
||
|
|
||
|
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.
|