Skip to content
New issue

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

Add overloads for URI::Params.encode with IO parameter #13798

Merged
merged 2 commits into from
Sep 20, 2023

Conversation

jwoertink
Copy link
Contributor

Fixes #13788

This adds in a new method overload for URI::Params.encode that allows you to pass in your own IO object.

src/uri/params.cr Outdated Show resolved Hide resolved
@straight-shoota straight-shoota added this to the 1.10.0 milestone Sep 19, 2023
@straight-shoota straight-shoota changed the title Adding new IO method overload for URI::Params.encode. Add overloads for URI::Params.encode with IO parameter Sep 19, 2023
@straight-shoota straight-shoota merged commit fb92a1e into crystal-lang:master Sep 20, 2023
53 checks passed
Blacksmoke16 pushed a commit to Blacksmoke16/crystal that referenced this pull request Dec 11, 2023
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

URI::Params.encode with an IO variant
4 participants