shelf
shelf copied to clipboard
Is it possible to add an allowFallback parameter to enable history mode?
https://github.com/dart-lang/shelf/blob/b3adc7c5264b448a77427c6aacd67eedfb16dce2/pkgs/shelf_static/lib/src/static_handler.dart#L76
Is it possible to add an allowFallback
parameter to enable history mode?
example: fileFound = _tryDefaultFile(allowFallback ? fileSystemPath : fsPath, defaultDocument);
Implement functionality similar to connect-history-api-fallback, which is important for integrating applications like Vue or React.