postboy is ...
- minimalist
- quick and dirty
- GET/POST client for DLang
- DMD
- DUB
git clone https://github.com/ZHANITEST/postboy
cd postboy
dub add-local ./
and add a "postboy":"~master"
line in dub.json.
cd postboy
dub build --build=docs
cd docs
cd postboy
dub test
./postboy-test-library
- ✅ [REQ] GET
- ✅ [REQ] POST
- ✅ [RES] Byte
- ✅ [RES] String(HTML)
- ✅ Header Options
End! keep it simple.
LGPL v2.1