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

Very draft example for #464 #465

Closed

Conversation

Sammo98
Copy link
Contributor

@Sammo98 Sammo98 commented Feb 3, 2025

Description

Example of how a new body request variant could be added for file #464

This was chucked together just to get an idea of how it could work, a barely working example below:

  file_json: !request
    name: Raw JSON
    method: POST
    url: "{{host}}/anything"
    headers:
      Content-Type: application/json
    body: !file test.json
Screenshot 2025-02-03 at 14 38 36

Known Risks

QA

How did you test this?

Checklist

  • Have you read CONTRIBUTING.md already?
  • Did you update CHANGELOG.md?
    • Only user-facing changes belong in the changelog. Internal changes such as refactors should only be included if they'll impact users, e.g. via performance improvement.
  • Did you remove all TODOs?
    • If there are unresolved issues, please open a follow-on issue and link to it in a comment so future work can be tracked

@LucasPickering
Copy link
Owner

Per my comment, I'm going to close this since this will be handled by the upcoming configuration changes.

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.

2 participants