Development of HTTP server
Abstract
Development of HTTP server
Incoming article date: 13.06.2018n the framework of this article describes the development of a program for servicing HTTP clients in automatic mode. The program allows clients to receive, register, re-write and delete resources. The input is given to the address of the configuration file, which lists the main parameters and the resource directory. During operation, the server accepts the incoming connection, determines the requested resource, its acceptable version, and, verifying the feasibility of this method, performs the corresponding operation. The work process is accompanied by the output of information about the processed requests: the ID of the processed stream, the client address, the method, the resource identifier, the status code.
Keywords: HTTP server, HTTP protocol, web server, client-server technology