Engineering and Technology
HTTP is the fundamental protocol of the Web. Explore how it works using Python code and command-line tools.
In the course HTTP & Web Servers on Udacity, you will learn about the fundamentals of HTTP and web servers. You will gain hands-on experience by running a web server on your own computer and interacting with servers and browsers from the command line. Through this course, you will explore HTTP requests and responses, headers, status codes, and other features of the protocol. Additionally, you will learn how to write Python code that speaks HTTP as both a server and a client. This includes building code that accepts HTML form submissions, accesses web services, and constructs formatted responses. Furthermore, you will connect your knowledge of HTTP basics with real-world applications by deploying the services you've written so that others can access them. You will also delve into topics such as web server capacity, cookies, security, and new developments in the protocol.
by Udacity
HTTP is the fundamental protocol of the Web. Explore how it works using Python code and command-line...
by Udacity
In this course you'll learn the basic Linux fundamentals every web developer needs to know to share...
by Udacity
You've used the Internet. Now find out more about how it works.
by Udacity
Learn how to build high quality websites and dynamic applications to create stunning user experience...
by Udacity
Discover Golang’s implementation of traditional programming features, as well as extra features that...
by Udacity
Learn how a client communicates with a server, including HTTP's request and response cycle, HTTP/2 a...
by Udacity
Learn the foundational concepts of developing stack applications using modern cloud architecture.