×

You are using an outdated browser Internet Explorer. It does not support some functions of the site.

Recommend that you install one of the following browsers: Firefox, Opera or Chrome.

Contacts:

+7 961 270-60-01
ivdon3@bk.ru

Development of HTTP server

Abstract

Development of HTTP server

Bondarenko T.V., Fedotov E.A.

Incoming article date: 13.06.2018

n 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