# belatuk_http_server **Repository Path**: leixun/belatuk_http_server ## Basic Information - **Project Name**: belatuk_http_server - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-05 - **Last Updated**: 2024-12-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Utility classes for HTTP server ![Pub Version (including pre-releases)](https://img.shields.io/pub/v/belatuk_http_server?include_prereleases) [![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety) [![License](https://img.shields.io/github/license/dart-backend/belatuk_http_server)](https://github.com/dart-backend/belatuk_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.