requester-cli

A simple CLI to make web request with simple command, without using programs like postman or something

Usage no npm install needed!

<script type="module">
  import requesterCli from 'https://cdn.skypack.dev/requester-cli';
</script>

README

A simple CLI to make web request with simple command, without using programs like postman or something

Example

$ requester

[1] GET
[2] POST
[3] DELETE
[4] HEAD
[5] OPTIONS
[0] CANCEL

? Request Method [1...5 / 0]: 1
? URL https://someurl.com/
? Headers (Empty = No Headers) 
Status Code 200
Response Body: Success