for-GET / katt

KATT (Klarna API Testing Tool) is an HTTP-based API testing tool for Erlang.
https://github.com/for-GET/katt
Apache License 2.0
119 stars 16 forks source link

hackney -> httpc #37

Closed andreineculau closed 8 years ago

andreineculau commented 8 years ago

see #34

although I would guess one major decision in using lhttpc in the early katt beginnings was the stupidity of this type httpc definition: method() = head | get | put | post | trace | options | delete

FWIW: Just an exercise. I don't intend to have this merged.

andreineculau commented 8 years ago

not a good enough candidate as a default HTTP client for bin/katt due to the limited HTTP methods