Skip to content

gazayas/http-stat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-stat 🔍

A Ruby command line tool for looking up details of http statuses

Installation

$ gem install http-stat

Usage

Show a master list of all http statuses:

$ http-stat -s

Pinpoint a specific status, which will give a short synopsis of it

$ http-stat -s 200
200 OK (Success)
Standard response for succesful HTTP requests. The actual response will depend on the request method used. In a GET request, the response will contain an entity correspoding to the requested resource.

-jpを末尾につけたら、日本語の詳細は表示されます:

$ http-stat -s 200 -jp
200 OK (Success)
OK。リクエストは成功し、レスポンスとともに要求に応じた情報が返される。ブラウザでページが正しく表示された場合は、ほとんどがこのステータスコードを返している。

About

A command line tool for looking up the details of http (HyperText Transfer Protocol) statuses

Resources

Stars

Watchers

Forks

Packages

No packages published