Skip to content

barracuda156/HTTPing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

httping

Ping with HTTP requests, see http://www.vanheusden.com/httping/

Compiling:

  • mkdir build
  • cd build
  • cmake ..
  • make

If you would like the TUI (text user interface) to be included (for -K), use:

  • cmake -DUSE_TUI=1 ..

If you want httping to use local translations, add "-DUSE_GETTEXT=1" to the cmake commandline.

The AGPL v3.0 license applies to this software.

About

Ping an HTTP server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 77.3%
  • Roff 19.6%
  • CMake 1.8%
  • Other 1.3%