diff options
author | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-06-03 13:31:20 -0600 |
---|---|---|
committer | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-06-03 13:31:20 -0600 |
commit | 790a78e3cf1ec8610699ed34255d459f84a92a18 (patch) | |
tree | a62702ae158c36167e3047f7be5d16197cff0859 /pt-br/httpie-pt.html.markdown | |
parent | 29bf4c1b9f353fa3321f663dc52c1b227a1ed9e5 (diff) |
Remove bare links
Diffstat (limited to 'pt-br/httpie-pt.html.markdown')
-rw-r--r-- | pt-br/httpie-pt.html.markdown | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pt-br/httpie-pt.html.markdown b/pt-br/httpie-pt.html.markdown index f81919fe..df15aa7d 100644 --- a/pt-br/httpie-pt.html.markdown +++ b/pt-br/httpie-pt.html.markdown @@ -29,8 +29,8 @@ http --offline https://api.example.com/posts ### Encurtando URLs `localhost` -HTTPie fornece suporte a atalhos para o localhost, similares aos do `curl`. Por exemplo, ":3000" -expande para "http://localhost:3000". Se a porta for omitida, o padrão será a porta 80. +HTTPie fornece suporte a atalhos para o localhost, similares aos do `curl`. Por exemplo, `:3000` +expande para `http://localhost:3000`. Se a porta for omitida, o padrão será a porta 80. ```bash http :/users # http://localhost/users @@ -118,5 +118,5 @@ http --follow GET https://example.com # Segue redirecionamentos ## Leitura Adicional -- [Documentação Oficial](https://httpie.io/docs/cli). -- [GitHub](https://github.com/httpie). +- [Documentação Oficial](https://httpie.io/docs/cli) +- [GitHub](https://github.com/httpie) |