Skip to content

Commit

Permalink
fixing wrong markdown table format in HTTP section #23
Browse files Browse the repository at this point in the history
  • Loading branch information
IuryAlves committed Feb 4, 2018
1 parent 2848989 commit 4fdc223
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README-pt-BR.md
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,6 @@ HTTP é um método para codificar e transportar dados entre um cliente e um serv
Uma requisição HTTP consiste basicamente de um verbo (método) e um recurso (endpoint). Abaixo estão alguns verbos HTTP:

| Verbo | Descrição | Idempotente* | Seguro | Cacheável |

|---|---|---|---|---|
| GET | Ler um recurso | Sim | Sim | Sim |
| POST | Cria um recurso ou inicia uma operação para manipular dados | Não| Não | Sim se a resposta contém dados mais recentes |
Expand Down

0 comments on commit 4fdc223

Please sign in to comment.