Cerca

Heus ací els resultats de la cerca.

1.7 Four magic letters: CRUD
26 Resultats, Darrera modificació:
s into one functional block. You already know how HTTP works, how it’ is mounted on top of the TCP stack and how the HTTP server is able to do much more for us than just s... creation of new items is implemented by the POST HTTP method. == R means Read or, if you prefere, ret... the retrieving of items is implemented by the GET HTTP method. == U means Update You update data insid
1.2 How to use sockets in Python
25 Resultats, Darrera modificació:
een; * the program **uses TCP to connect to the HTTP server**. Our program has to perform the followi... ons based on TCP; - **connect the socket to the HTTP server** of a given address; - **send a request... taining user input We also need **the name of the HTTP server** we're going to connect to. In fact, it's... w.pythoninstitute.org //, but without the leading http:%%//%%) * it can be **the IP address of the ser
1.6 Making life easier with the requests module
22 Resultats, Darrera modificació:
? The server, of course. We need our own, private HTTP server which will work only for us and successful... ..if you're a Windows user, point your browser to https://nodejs.org/en/download, download and run the W... * ...if you're a macOS user, go to the address https://nodejs.org/en/download, download the ''pkg'' f... ou're a Linux user, you have to go to the address https://nodejs.org/en/download/package-manager and obt
2.1 Python Professional Course Series: Lab & Assessment
4 Resultats, Darrera modificació:
s. Specifically, we'll ask you to create: * an HTTP server availability checker; * a Vehicle data d... er to diagnose the current status of a particular http server. The tool should accept one or two command... and not more than two are allowed:") print("- http server's address (required)") print("- port n... formed - sorry.") exit(4) request = b"HEAD / HTTP/1.0\r\nHost: " + \ bytes(addr, "utf8")
1.1 Python Professional Course Series: RESTful APIs
1 Resultats, Darrera modificació:
use the same, constant socket numbers e.g., **the HTTP protocol, a carrier of data used by REST, usually
1.3 JSON – our new friend
1 Resultats, Darrera modificació:
the original JSON documentation available here: [[http://www.ecma-international.org/publications/files/E