pharaoh icon indicating copy to clipboard operation
pharaoh copied to clipboard

Minimalist web-server library for Dart

Results 2 pharaoh issues
Sort by recently updated
recently updated
newest added

**Description** A clear and concise description of what the bug is. **Code Snippet** ```dart import 'package:pharaoh/pharaoh.dart'; import 'package:shelf/shelf.dart' as shelf; import 'package:shelf_rate_limiter/shelf_rate_limiter.dart'; void main() async { final app = Pharaoh();...

bug