d-exclaimation / pioneer

GraphQL for Swift.
https://pioneer.dexclaimation.com
Apache License 2.0
39 stars 8 forks source link

Adding the option to set HTTPBody​Stream​Strategy #57

Closed d-exclaimation closed 2 years ago

d-exclaimation commented 2 years ago

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