Is your feature request related to a problem? Please describe.
Currently for POST request, the max body collection size is 16KB, which can be insufficient with large GraphQL queries
Describe the solution you'd like
Having the option to pass in HTTPBodyStreamStrategy either when constructing Pioneer or when apply to RouteBuilder.
Additional context
This should only be applied for POST request
Is your feature request related to a problem? Please describe. Currently for POST request, the max body collection size is 16KB, which can be insufficient with large GraphQL queries
Describe the solution you'd like Having the option to pass in HTTPBodyStreamStrategy either when constructing Pioneer or when apply to RouteBuilder.
Additional context This should only be applied for POST request