https://github.com/atsushi130/http-status-code-searcher
HTTP status code searcher
https://github.com/atsushi130/http-status-code-searcher
http-status-code http-status-code-searcher rust searcher
Last synced: 9 days ago
JSON representation
HTTP status code searcher
- Host: GitHub
- URL: https://github.com/atsushi130/http-status-code-searcher
- Owner: atsushi130
- License: other
- Created: 2018-06-04T12:16:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-28T20:56:37.000Z (over 7 years ago)
- Last Synced: 2025-02-28T08:43:19.735Z (11 months ago)
- Topics: http-status-code, http-status-code-searcher, rust, searcher
- Language: Rust
- Homepage:
- Size: 279 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license-apache
Awesome Lists containing this project
README
http-status-code-searcher
## Installation
### Via Homebrew
```
❯ brew install http_status_code_searcher
```
### 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).