Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 302 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 302 Bytes

pipe-curl

Window CLU util to make HTTP requests through Windows named pipe

Usage

To use this, just call pipe-curl.exe -p <path_to_pipe> http://localhost/<your_api_path>

Build

To build run:

  go build -mod vendor

Note: This is Windows only tool, build possible only on windows