@@ -14,16 +14,16 @@ functionalities.
14
14
15
15
The following HTTP libraries can be applied.
16
16
17
- - [ ibrowse] ( https://github.com/cmullaparthi/ibrowse ) { : target =" _ blank" rel="noopener"} -based libraries.
18
- - [ HTTPotion] ( https://github.com/myfreeweb/httpotion ) { : target =" _ blank" rel="noopener"}
19
- - [ hackney] ( https://github.com/benoitc/hackney ) { : target =" _ blank" rel="noopener"} -based libraries.
20
- - [ HTTPoison] ( https://github.com/edgurgel/httpoison ) { : target =" _ blank" rel="noopener"}
17
+ - [ ibrowse] ( https://github.com/cmullaparthi/ibrowse ) -based libraries.
18
+ - [ HTTPotion] ( https://github.com/myfreeweb/httpotion )
19
+ - [ hackney] ( https://github.com/benoitc/hackney ) -based libraries.
20
+ - [ HTTPoison] ( https://github.com/edgurgel/httpoison )
21
21
- support is very limited, and tested only with sync request of HTTPoison yet.
22
- - [ httpc] ( http://erlang.org/doc/man/httpc.html ) { : target =" _ blank" rel="noopener"} -based libraries.
23
- - [ erlang-oauth] ( https://github.com/tim/erlang-oauth/ ) { : target =" _ blank" rel="noopener"}
24
- - [ tirexs] ( https://github.com/Zatvobor/tirexs ) { : target =" _ blank" rel="noopener"}
22
+ - [ httpc] ( http://erlang.org/doc/man/httpc.html ) -based libraries.
23
+ - [ erlang-oauth] ( https://github.com/tim/erlang-oauth/ )
24
+ - [ tirexs] ( https://github.com/Zatvobor/tirexs )
25
25
- support is very limited, and tested only with ` :httpc.request/1 ` and ` :httpc.request/4 ` .
26
- - [ Finch] ( https://github.com/keathley/finch ) { : target =" _ blank" rel="noopener"}
26
+ - [ Finch] ( https://github.com/keathley/finch )
27
27
- the deprecated ` Finch.request/6 ` functions is not supported
28
28
29
29
HTTP interactions are recorded as JSON file. The JSON file can be recorded
0 commit comments