Skip to content

Conversation

@rochacbruno
Copy link

#93
#94
#100

Conflicts resolved for those 3 PRS

gagara and others added 6 commits June 10, 2023 08:59
This commit will enable piping the output into some command line.
if a line start with pipe(|) thats means all of output of curl command
will be pipe into that line e.g

```
http://localhost:8000
--silent

| jq .

--

--

GET /v1/users

--

| jq '.name'

GET  /v1/users/1

--

| tee /tmp/fail.log | jq '.name'

GET  /v1/users/1

```
Sometime pipe command contains colon(:) or equals(=) sign so we need to
ignore in the parseHeaders and parseVals
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.

4 participants