* chore: fix benchmark script * update readme
* Make the Router abstract class. * Introduce RegExpRouter. * Add RegExpRouter to benchmark target. * Optimize for special short routes. ``` * "*" * "/path/to/*" * "/path/to/*/content" ``` * Add assertion to `add` method.
* perf: Speed up to calculate content-length
* chmod * declare `parsedBody` in middleware * Dont use any * Rename * rename and fixed benchmarks, update score