Skip to content

Commit

Permalink
Replaced HTTP image with one in English
Browse files Browse the repository at this point in the history
The HTTP image in the English version HTTP lesson is in Spanish - replacing with an English-language image
  • Loading branch information
gmihov001 authored Mar 1, 2024
1 parent a22764e commit 0902bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/lesson/what-is-http.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This communication, as shown in the following gif, is carried out through a proc

### How does HTTP work?

![HTTP](https://github.com/breatheco-de/content/blob/master/src/assets/images/http-3.png?raw=true)
![HTTP](https://www3.ntu.edu.sg/home/ehchua/programming/webprogramming/images/HTTP_Steps.png)

The HTTP protocol works through requests and responses from the client (e.g., a web browser) and a server (e.g., the computers that host and display websites).

Expand Down Expand Up @@ -91,4 +91,4 @@ HTTP status codes can be found [here](https://developer.mozilla.org/es/docs/Web/
+ `2xx` - All OK
+ `3xx` - Redirection
+ `4xx` - Client did something wrong
+ `5xx` - Server did something wrong
+ `5xx` - Server did something wrong

0 comments on commit 0902bff

Please # to comment.