Skip to content

heartape/http-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-client

introduce

This is a trust learning project similar to curl。 currently only supporting HTTP (GET, POST, PUT, DELETE)。

OPTIONS has the same effect as curl:

  • -0
  • -X
  • -H
  • -d
  • -b

for example

http-client.exe -X GET http://192.168.11.31:8888
http-client.exe -X POST http://127.0.0.1:8888/json -d "{\"a\": 1}"

About

http-client tool by rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages