Skip to content

Commit

Permalink
remove kramdown syntax from links (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbellomo authored Sep 21, 2024
1 parent b8a715f commit dbffa5f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ functionalities.

The following HTTP libraries can be applied.

- [ibrowse](https://github.com/cmullaparthi/ibrowse){:target="_blank" rel="noopener"}-based libraries.
- [HTTPotion](https://github.com/myfreeweb/httpotion){:target="_blank" rel="noopener"}
- [hackney](https://github.com/benoitc/hackney){:target="_blank" rel="noopener"}-based libraries.
- [HTTPoison](https://github.com/edgurgel/httpoison){:target="_blank" rel="noopener"}
- [ibrowse](https://github.com/cmullaparthi/ibrowse)-based libraries.
- [HTTPotion](https://github.com/myfreeweb/httpotion)
- [hackney](https://github.com/benoitc/hackney)-based libraries.
- [HTTPoison](https://github.com/edgurgel/httpoison)
- support is very limited, and tested only with sync request of HTTPoison yet.
- [httpc](http://erlang.org/doc/man/httpc.html){:target="_blank" rel="noopener"}-based libraries.
- [erlang-oauth](https://github.com/tim/erlang-oauth/){:target="_blank" rel="noopener"}
- [tirexs](https://github.com/Zatvobor/tirexs){:target="_blank" rel="noopener"}
- [httpc](http://erlang.org/doc/man/httpc.html)-based libraries.
- [erlang-oauth](https://github.com/tim/erlang-oauth/)
- [tirexs](https://github.com/Zatvobor/tirexs)
- support is very limited, and tested only with `:httpc.request/1` and `:httpc.request/4`.
- [Finch](https://github.com/keathley/finch){:target="_blank" rel="noopener"}
- [Finch](https://github.com/keathley/finch)
- the deprecated `Finch.request/6` functions is not supported

HTTP interactions are recorded as JSON file. The JSON file can be recorded
Expand Down

0 comments on commit dbffa5f

Please sign in to comment.