---
* get rid of ``Configuration``, now ``route`` is just a plain function -- this
allows better composability w/o requirement to share configuration object
between different parts of the app
* add ``routr.static`` for serving static files
* add ``routr.utils.positional_args`` for introspection of positional arguments
of different types of objects and ``routr.utils.inject_args`` for injecting
positional arguments based on introspection