ALL
HTTP Server development resource summary
This article summarizes some materials, articles and books I used when learning HTTP Server development. Hope this will help you.RFC and standard documentsRFC2616 – Hypertext Transfer Protocol — HTTP/1.1HTTP protocol standard document, it's an essential reference document for all personnel engaged in the development of the HTTP-related projects, careful study is recommended.RFC793 – TRANSMISSION CONTROL PROTOCOLTCP Protocol standard documentThe WWW Common Gateway Interface Version 1.1CGI1.1 protocol standard document describing all details about how the Web Server interact wi...
3,305 0 BOOK HTTP SERVER ARTICLE
Books for entry level C programmers
In computing, C is a general-purpose programming language initially developed by Dennis Ritchie between 1969 and 1973 at Bell Labs Its design provides constructs that map efficiently to typical machine instructions, and therefore it found lasting use in applications that had formerly been coded in assembly language, most notably system software like the Unix computer operating system.To learn C, we need to read many C books and have many practices. Here we summarize a list of C books which may help you learn C.1. How to Think Like a Computer Scientist :C versionAlthough it contains only basic ...