Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 450 Bytes

File metadata and controls

19 lines (14 loc) · 450 Bytes

APICast Request Unbuffered

This policy allows to disable request buffering

Example configuration

{
    "name": "request_unbuffered",
    "version": "builtin",
    "configuration": {}
}

Caveats

  • Because APIcast allows defining mapping rules based on request content, POST requests with Content-type: application/x-www-form-urlencoded will always be buffered regardless of the request_unbuffered policy is enabled or not.