PathPreprocessor typedef

PathPreprocessor = String Function(String path)

Used with StreamServer.pathPreprocessor for preprocessing the request's path.

Implementation

typedef String PathPreprocessor(String path);