Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrls authored Jan 27, 2023
1 parent 6145c9c commit ae5ec4c
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# kurl
HTTP Requests with some status

# Installation

```bash
git clone https://github.com/gbrls/kurl
# To install it with cargo you need to have the Rust toolchain installed
cd kurl && cargo install --path .
```

# Usage

```
Usage: kurl [OPTIONS] <URL>
Arguments:
<URL> URL to send the request
Options:
-c, --status-code
-s, --size
-j, --valid-json
-t, --content-type
-n, --no-body
-k, --keys Try to guess the JSON's format
--all Display all status
-h, --help Print help
-V, --version Print version
```

0 comments on commit ae5ec4c

Please sign in to comment.