http link

This commit is contained in:
2021-01-21 17:50:29 -05:00
parent 9fa01e3301
commit d87f137eb1
+5 -5
View File
@@ -48,11 +48,11 @@ In this tutorial, we are you going to build a Web Service a process
that responds to incoming HTTP Requests, like the ones that come from
web browsers or even API Clients.
- HTTP, if you arent familiar, is a protocol that allows modern
machines (and users of them) to interoperate. You use HTTP every time
you open an app on your phone that talks with the web. If you cant
use an app on your phone without internet, its because its talking
to another computer (a server), mostly likely with HTTP.
`HTTP <https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol>`_, if you arent familiar, is a protocol that allows modern
machines (and users of them) to interoperate. You use HTTP every time
you open an app on your phone that talks with the web. If you cant
use an app on your phone without internet, its because its talking
to another computer (a server), mostly likely with HTTP.
The Basics
----------