/// 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';