hyperium / http-body

Asynchronous HTTP body trait
MIT License
129 stars 50 forks source link

feat(util): allow Empty constructor in const context #129

Open tottoto opened 2 months ago

tottoto commented 2 months ago

Allows Empty's constructor in const context. Depends on #128.