Write HTTP clients & servers What’s the point? Get the source code Run the hello world server A quick glance at the code Binding a server to a host and port Hostname Port Li...
Building a Single-Threaded Web Server Listening to the TCP Connection Reading the Request A Closer Look at an HTTP Request Writing a Response Returning Real HTML Validating th...
Building a Single-Threaded Web Server Listening to the TCP Connection Reading the Request A Closer Look at an HTTP Request Writing a Response Returning Real HTML Validating th...
Hardening :beginner: Always keep Nginx up-to-date Rationale External resources :beginner: Run as an unprivileged user Rationale Example External resources :beginner: Disable...
Chapter 3 Evolution of Cloud Native Deployments Representing Infrastructure Infrastructure as a Diagram Infrastructure as a Script Infrastructure as Code Infrastructure as Softw...
xml.dom —- The Document Object Model API模块内容 Objects in the DOM DOMImplementation Objects 节点对象 节点列表对象 文档类型对象 文档对象 元素对象 Attr 对象 NamedNodeMap 对象 注释对象 Text 和 CDATASection...
构建单线程 web server 监听 TCP 连接 读取请求 仔细观察 hTTP 请求 编写响应 返回真正的 HTML 验证请求并有选择的进行响应 少量代码重构 构建单线程 web server ch20-01-single-threaded.md commit 90e6737d534cb66102674d183d2ef1966b1...