|
|
|
|
|
by robertlagrant
878 days ago
|
|
Just wondering about httpipe - why do you split the host / port / tls config: {"host":"test.net","port":443,"tls":true,"req":"GET /src HTTP/1.1\r\nHost:
As opposed to something like this? {"base": "https://test.net","req":"GET /src HTTP/1.1\r\nHost:
|
|
However, I was also thinking about specifying an optional/informational "url" field or something similar, which also includes the path; "https://test.net/src" for your example. This field would be ignored by tools, but one could more easily copy things over into curl or a browser for further investigations.