Skip to content

folkertvanheusden/HTTPing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

10dd32e · Nov 21, 2024

History

55 Commits
Sep 29, 2022
Dec 17, 2023
Nov 16, 2024
Sep 22, 2024
Sep 20, 2024
Jul 24, 2021
Jul 24, 2021
Nov 21, 2024
Jul 24, 2021
Jul 24, 2021
May 13, 2024
Jul 24, 2021
Jul 24, 2021
May 13, 2024
Jul 24, 2021
Sep 15, 2023
May 13, 2024
Sep 25, 2024
Jul 24, 2021
Dec 17, 2023
Jul 24, 2021
May 9, 2024
May 9, 2024
May 9, 2024
May 13, 2024
Jul 24, 2021
Jul 24, 2021
Jul 24, 2021
Oct 26, 2024
Jul 24, 2021
Sep 25, 2024
Sep 25, 2024
May 13, 2024
Jul 24, 2021
Jul 24, 2021
Jul 24, 2021
May 13, 2024
Jul 24, 2021
Jul 24, 2021
May 13, 2024
Jul 24, 2021
May 13, 2024
Jul 24, 2021
May 13, 2024
Jul 24, 2021
Sep 25, 2024

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.