Skip to content

Does Blacksheep support built-in GZip compression ? #293

Answered by RobertoPrevato
i-Ching asked this question in Q&A
Discussion options

You must be logged in to vote

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.
  • support for HTTP Range requests inside the framework
  • built-in support for OpenID Connect

Replies: 1 comment

Comment options

You must be logged in to vote
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
Category
Q&A
Labels
None yet
2 participants