From 08d26eab8e758737671c65406cfc5cf41b690850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luiz=20Ot=C3=A1vio?= Date: Tue, 10 Jan 2023 18:12:21 -0300 Subject: [PATCH] =?UTF-8?q?(Parte=201)=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/aula189.py b/aula189.py index 40ff9c0..0a7cccb 100644 --- a/aula189.py +++ b/aula189.py @@ -1,3 +1,4 @@ +# (Parte 1) 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