httb/benchmark/test.sh
2024-07-20 17:24:05 +03:00

9 lines
128 B
Bash

. ../src/http_server.sh
http::bind "127.0.0.1" "8081"
main() {
http::response 200
} && http::get main "/"
http::run "$@"