We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Body
Form
Form -> QueryParams reallocates heavily:
https://github.com/zio/zio-http/blob/main/zio-http/shared/src/main/scala/zio/http/Form.scala#L162-L167 https://github.com/zio/zio-http/blob/main/zio-http/shared/src/main/scala/zio/http/internal/QueryModifier.scala#L43
Likely necessary to introduce a builder internally to avoid generating so many (single element) collections
builder
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Form -> QueryParams reallocates heavily:
https://github.com/zio/zio-http/blob/main/zio-http/shared/src/main/scala/zio/http/Form.scala#L162-L167
https://github.com/zio/zio-http/blob/main/zio-http/shared/src/main/scala/zio/http/internal/QueryModifier.scala#L43
Likely necessary to introduce a
builder
internally to avoid generating so many (single element) collectionsThe text was updated successfully, but these errors were encountered: