-
Notifications
You must be signed in to change notification settings - Fork 25
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
Feat curl conversion #49
Feat curl conversion #49
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, this is awesome!
Great work @NoahKamara 👏👏
Couple minor nits then feel free to merge, I'll cut a release when it's in.
Co-authored-by: Josh Wright <[email protected]>
Co-authored-by: Josh Wright <[email protected]>
Co-authored-by: Josh Wright <[email protected]>
I think i resolved all the comments but im not a collaborator so you're gonna have to do the merging :) |
Amazing work @NoahKamara! |
Implement an interceptor that outputs requests as a cURL command when a condition is met
This also implements a method
Request.curl(sortHeaders:) -> String
which turns a request into a cURL command to make it easy to implement custom interceptors that output curl