mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 06:22:50 +08:00
readme fix
This commit is contained in:
parent
56afc7d410
commit
310a7699bb
@ -192,10 +192,13 @@ In this example ttl seconds is set to 15 which means the cache will expire after
|
|||||||
## Not supported
|
## Not supported
|
||||||
|
|
||||||
Ocelot does not support...
|
Ocelot does not support...
|
||||||
* Chunked Encoding - Ocelot will always get the body size and return Content-Length
|
|
||||||
|
+ Chunked Encoding - Ocelot will always get the body size and return Content-Length
|
||||||
header. Sorry if this doesn't work for your use case!
|
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 :(
|
+ 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 :(
|
||||||
|
|
||||||
|
|
||||||
## Coming up
|
## Coming up
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user