mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 14:02:49 +08:00
readme fix
This commit is contained in:
parent
56afc7d410
commit
310a7699bb
11
README.md
11
README.md
@ -192,10 +192,13 @@ In this example ttl seconds is set to 15 which means the cache will expire after
|
||||
## 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 :(
|
||||
|
||||
+ 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 :(
|
||||
|
||||
|
||||
## Coming up
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user