/api/v1/posts /api/v1/posts/1234. i've put endpoints in quotes because, while they are currently implemented as endpoints, that is really just an abstraction i've found useful for language models - they are extremely reliable at generating well formed URLs. in reality, these endpoints do not require a full HTTP server, they just need to map from string -> function. match function. basically a router. i could build my own, but i'm wondering if it's possible to use the internal HTTPRouter to just match strings -> functions and skip the HTTP transport entirely.