Skip to content

bfontaine/httpdoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

httpdoc

httpdoc gives you direct access to HTTP documentation straight from your terminal.

GoDoc Build Status

Usage

httpdoc <something>

Examples

$ httpdoc 200           # => Doc about the status code
$ httpdoc content-type  # => Doc about the header field

Install

go get github.com/bfontaine/httpdoc

httpdoc requires Go 1.2+.

Using Homebrew

If you use Homebrew or Linuxbrew you can install httpdoc with one command:

brew install bfontaine/utils/httpdoc

Go API

import (
    "fmt"
    "github.com/bfontaine/httpdoc/httpdoc"
)

doc := httpdoc.DefaultDoc
code, _ := doc.GetStatusCode("200")
fmt.Println(code.PrettyString())

Support

Resources Support
Standard status codes
Standard header fields
Standard methods

See Also

  • rfc: read RFCs in your terminal

About

📓 HTTP documentation right in your terminal.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors