mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 21:28:15 +08:00
Feature/docs (#165)
* initial readthedocs commit * docs moved to sphinx / rst / read the docs
This commit is contained in:
8
docs/introduction/notsupported.rst
Normal file
8
docs/introduction/notsupported.rst
Normal file
@ -0,0 +1,8 @@
|
||||
Not Supported
|
||||
=============
|
||||
|
||||
Ocelot does not support...
|
||||
|
||||
* Chunked Encoding - Ocelot will always get the body size and return Content-Length header. Sorry if this doesn't work for your use case!
|
||||
|
||||
* Fowarding a host header - The host header that you send to Ocelot will not be forwarded to the downstream service. Obviously this would break everything :(
|
Reference in New Issue
Block a user