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

Split the skipBody try parameter into separate request/response skip #169

Merged
merged 2 commits into from
Oct 26, 2023

Conversation

tkmcmaster
Copy link
Contributor

  • -k/--skip-response-body will only skip the response body
  • -K/--skip-request-body will only skip the request body
  • -k -K will skip BOTH request and response body

- -k/--skip-response-body will only skip the response body
- -K/--skip-request-body will only skip the request body
- '-k -K' will skip BOTH request and response body
@tkmcmaster tkmcmaster requested a review from a team October 26, 2023 17:40
@tkmcmaster tkmcmaster self-assigned this Oct 26, 2023
@summersjc summersjc self-requested a review October 26, 2023 17:42
@tkmcmaster tkmcmaster merged commit 6d6b252 into master Oct 26, 2023
15 checks passed
@tkmcmaster tkmcmaster deleted the skipResponseBody branch October 26, 2023 19:46
tkmcmaster added a commit that referenced this pull request Oct 26, 2023
* Bug fixes 2023-10-26 (#168)

* Fixed issue with agent instead of controller acceptance

* Fixed the errorfile validator since it can be an object

* Fixed the acceptance tests if run after the agent tests

* Fixed the start scripts to match the other controller/agent scripts

* Cleaned up the static environment vars

* Added new npm run acceptance:all

- Acceptance:all will start both the agent and controller, and run the acceptance tests for both. You must manually Ctrl -C when finished

* Split the skipBody try parameter into separate request/response skip (#169)

* Split the skipBody try parameter into separate request/response skip

- -k/--skip-response-body will only skip the response body
- -K/--skip-request-body will only skip the request body
- '-k -K' will skip BOTH request and response body

* Fixed cargo fmt
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