From 9b1ca63602267996cad14432fd7c581c806fc61b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luiz=20Ot=C3=A1vio?= Date: Tue, 10 Jan 2023 18:16:54 -0300 Subject: [PATCH] =?UTF-8?q?(Parte=202)=20B=C3=A1sico=20do=20protocolo=20HT?= =?UTF-8?q?TP=20(HyperText=20Transfer=20Protocol)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aula189.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aula189.py b/aula189.py index 0a7cccb..c8097c7 100644 --- a/aula189.py +++ b/aula189.py @@ -1,4 +1,4 @@ -# (Parte 1) Básico do protocolo HTTP (HyperText Transfer Protocol) +# (Parte 2) Básico do protocolo HTTP (HyperText Transfer Protocol) # HTTP (HyperText Transfer Protocol) é um protocolo usado enviar e receber # dados na Internet. Ele funciona no modo cliente/servidor, onde o cliente # (seu navegador, por exemplo) faz uma requisição ao servidor