extsalt / load-gauge

Gauge http services load

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

httpl

Build

rebar3 escriptize

Run

_build/default/bin/httpl

Dev

rebar3 escriptize
_build/default/bin/httpl

Request

curl -X GET 'http://localhost:8008'
curl -X GET 'http://localhost:8008/ping'
curl -X POST \
     -H "Content-Type: application/x-www-form-urlencoded" \
     -d "field1=value1&field2=value2&field3=value3" \
     http://localhost:8008/form
curl -X POST \
    -F "field1=value1" \
    -F "field2=value2" \
    http://localhost:8008/form
cd web
php -S localhost:80 -t .

About

Gauge http services load


Languages

Language:Erlang 92.0%Language:HTML 7.0%Language:Dockerfile 1.1%