edgurgel / httpoison

Yet Another HTTP client for Elixir powered by hackney
https://hex.pm/packages/httpoison
MIT License
2.23k stars 339 forks source link

Use process_request_url in docs instead of deprecated process_url #463

Closed cliftonmcintosh closed 1 year ago

cliftonmcintosh commented 2 years ago

This replaces the deprecated process_url/1 with process_request_url/1 in the documentation for HTTPoison.Base. The goal is to encourage people to reach for process_request_url/1 rather than process_url/1 when using this module.