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

feat: request body params #98

Merged
merged 3 commits into from
Oct 4, 2023
Merged

feat: request body params #98

merged 3 commits into from
Oct 4, 2023

Conversation

joshlarsen
Copy link
Member

@joshlarsen joshlarsen commented Oct 2, 2023

fixes #97

  • adds a toggle to switch between raw and URL encoded body params
  • minor cosmetic improvements to workflow list (hover to edit/delete workflow)

Note: URL encode/decode does conflict with variable names like $COOKIE$, as the $ gets encoded. One possible alternative is to use ~ as a terminator.

Param encoding
Screenshot 2023-10-02 at 9 57 20 AM
Screenshot 2023-10-02 at 9 57 12 AM

Workflow list tweaks
Screenshot 2023-10-02 at 4 30 48 PM
Screenshot 2023-10-02 at 4 30 09 PM

@joshlarsen joshlarsen force-pushed the request-body-params branch 2 times, most recently from 64750e3 to b4f44b8 Compare October 2, 2023 14:13
@joshlarsen joshlarsen marked this pull request as ready for review October 2, 2023 20:35
@joshlarsen joshlarsen requested a review from liamg October 2, 2023 20:39
@joshlarsen joshlarsen merged commit e0c9c8f into main Oct 4, 2023
12 checks passed
@joshlarsen joshlarsen deleted the request-body-params branch October 4, 2023 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Workflow Request body params raw
2 participants