platform/fig/http_server_handler/lib/http_server_handler.dart

7 lines
276 B
Dart

/// A PSR-15 compatible HTTP server handler interface for Dart.
///
/// This library provides the interface for HTTP server request handlers
/// following the PSR-15 HTTP Server Handler specification.
library http_server_handler;
export 'src/request_handler_interface.dart';