A Paw Extension that generates httpstat command line code.
Easily install this Paw Extension: Install httpstat Code Generator
npm install
npm run cake build
npm run cake install
During development, watch for changes:
npm run cake watch
This Paw Extension is released under the MIT License. Feel free to fork, and modify!
See Contributors.
This repo is a fork of cURLCodeGenerator with slight modifications to output httpstat
instead of curl
code.
The other major difference is that httpstat
requires the URL as the first argument while curl
is more flexible. So this package will always emit the URL as the first argument, where as cURLCodeGenerator
does not.
- cURLCodeGenerator, also released under the MIT License
- Mustache.js, also released under the MIT License
- URI.js, also released under the MIT License