shelf icon indicating copy to clipboard operation
shelf copied to clipboard

Web server middleware for Dart

Results 80 shelf issues
Sort by recently updated
recently updated
newest added

- update with new output - trying out coverage

As a developer, I want to be able to mount routes to a dynamic prefix so that I can have a consistent way to structure my router and apply middleware....

I can't use handle handleAuth middleware with websocket connection even it works well with other connections with web socket it gives "hijack exception" is there any way to handle websocket...

At the moment, any verb sends content, which is weirdh!

See user's output of running webdev in https://github.com/dart-lang/webdev/issues/1520 Looks like the `_logError` currently always prints error messages to the console, even if the current error zone is different from the...

Now that we have https://github.com/dart-lang/http2

type-enhancement

## Components - Host OS: Debian 10 - Docker version: 20.10.14, build a224086 - Docker-compose version: 2.4.1 - Dart container image source: https://hub.docker.com/_/dart ## Structure of my Docker project ```...

Hello I try to deploy flutter web app using shelf ```dart import 'dart:io'; import 'package:shelf/shelf.dart'; import 'package:shelf/shelf_io.dart' as io; import 'package:shelf_static/shelf_static.dart'; void main(List args) async { final path = r'\build\web';...

type-question

`serveRequests` does not always wrap listening to http requests in a `runZoneGuarded` wrap. This leads to hard to debug async exceptions later if something up its call chain adds its...

cla: yes