Skip to content

mochizuki875/spdy-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPDY Client

This is a simple CLI tool that can be used to send requests to a SPDY server.

Usage

GET Request

$ spdy-client get --url="https://<Host>:<Port>/<Path>"

POST Request

$ spdy-client post --url="https://<Host>:<Port>/<Path>"

Build

$ go build -o spdy-client ./main.go

About

simple CLI tool for SPDY

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages