Does Blacksheep support built-in GZip compression ? #293
-
Does Blacksheep support built-in GZip compression ? |
Beta Was this translation helpful? Give feedback.
Answered by
RobertoPrevato
Dec 23, 2022
Replies: 1 comment
-
Hi @i-Ching There is not a goal to have feature parity with Starlette, and comparing the two frameworks is a bit pointless. BlackSheep also supports some built-in features that are not built-in supported in Starlette, just to mention three:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
i-Ching
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @i-Ching
No, BlackSheep does not support built-in GZip compression at the moment. It's planned for the future.
There is not a goal to have feature parity with Starlette, and comparing the two frameworks is a bit pointless. BlackSheep also supports some built-in features that are not built-in supported in Starlette, just to mention three:
dependency injection[UPDATE] I see Starlette finally added support for dependency injection, but it doesn't look as mature as in BlackSheep, since it requires describing dependencies on routes and boilerplate that is not required in blacksheep.