httpstat

package
v1.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 28, 2020 License: Apache-2.0 Imports: 21 Imported by: 0

README

httpstat Build Status

Go Report Card

Shameless

Imitation is the sincerest form of flattery.

But seriously, https://github.com/reorx/httpstat is the new hotness, and this is a shameless rip off.

Installation

httpstat requires Go 1.11 or later.

$ go get github.com/davecheney/httpstat

Usage

$ httpstat https://example.com/

Features

  • Windows/BSD/Linux supported.
  • HTTP and HTTPS are supported, for self signed certificates use -k.
  • Skip timing the body of a response with -I.
  • Follow 30x redirects with -L.
  • Change HTTP method with -X METHOD.
  • Provide a PUT or POST request body with -d string. To supply the PUT or POST body as a file, use -d @filename.
  • Add extra request headers with -H 'Name: value'.
  • The response body is usually discarded, you can use -o filename to save it to a file, or -O to save it to the file name suggested by the server.
  • HTTP/HTTPS proxies supported via the usual HTTP_PROXY/HTTPS_PROXY env vars (as well as lower case variants).
  • Supply your own client side certificate with -E cert.pem.

Contributing

Bug reports are most welcome, but with the exception of #5, this project is closed.

Pull requests must include a fixes #NNN or updates #NNN comment.

Please discuss your design on the accompanying issue before submitting a pull request. If there is no suitable issue, please open one to discuss the feature before slinging code. Thank you.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Command line flags.
	HttpUrl         string
	HttpMethod      string
	PostBody        string
	FollowRedirects bool
	OnlyHeader      bool
	Insecure        bool
	HttpHeaders     headers
	SaveOutput      bool
	OutputFile      string
	ShowVersion     bool
	ClientCertFile  string
	FourOnly        bool
	SixOnly         bool
	Loop            bool
	LoopTime        time.Duration

	// number of redirects followed
	RedirectsFollowed int

	Version = "devel" // for -v flag, updated during the release process with -ldflags=-X=main.Version=...
)

Functions

func Run

func Run()

app 入口

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL