lukeed / polka

A micro web server so fast, it'll make you dance! :dancers:
MIT License
5.43k stars 174 forks source link

[question] Exposed members on Polka class #209

Open 43081j opened 4 months ago

43081j commented 4 months ago

As part of some migrations, i've noticed myself needing the following members from Polka:

basically, can i rely on these 3 things being part of the public interface? (i.e. you won't remove them without a new major)

and if not, what could we introduce to cover the same use cases in a supported way?