<p align="center">
<h1 align="center">http-status-code-searcher</h1>
</p1>
<p align="center">
<a href=".license-mit"><img src="https://img.shields.io/badge/dual%20license-MIT%20/%20Apache%202.0-blue.svg"></a>
</p>
## Installation via Cargo
```
❯ cargo install http_status_code_searcher
```
## Usage
```
❯ http_status_code_searcher 200
200 OK
リクエストは成功し、レスポンスとともに要求に応じた情報が返される。ブラウザでページが正しく表示された場合は、ほとんどがこのステータスコードを返している。
```
## License
http_status_code_searcher is available under the MIT and Apache 2.0 license. See the [LICENSE file](https://github.com/atsushi130/http-status-code-searcher/blob/master/license-mit).