An HTTP server is a computer program that implements the server part of the HTTP and/or HTTPS network protocol. It waits for incoming requests from user agents, sends requested information, and can manage protocol extensions and other protocols enveloped into HTTP messages. It can be found in any kind of computer and is required to run web interfaces. The term web server is used to refer to the whole system required to run a website, while the term HTTP server is used to refer to the software component.
University of Washington
Spring 2022
This course aims to improve students' software development skills, focusing on building correct, scalable, and easy-to-understand software. It relies on a solid understanding of Java and the concepts covered in CSE 143. Students will learn about software design principles, modern programming languages, and software tools. It covers software testing, type systems, design patterns, and more.
No concepts data
+ 28 more concepts