Parsing Strings in C

Описание к видео Parsing Strings in C

Handling strings for the RESTful API protocol on a web server written in C.

To accomplish this, the server needs to parse the request string to extract the request line, header fields, and body in order to dynamically handle the specific request. With this, the server will be able to send the user data using the specified HTTP methods. This project will also illustrate some concepts of object oriented programming in C.

Download the library on GitHub:
https://github.com/HomoDeusOfficial/h...

Tutorialspoint Links:
https://www.tutorialspoint.com/http/h...
https://www.tutorialspoint.com/http/h...


0:00 - 1:54 HTTP Request Format
1:55 - 5:22 Request Line
5:23 - 6:23 Header Fields
6:24 - 7:41 Request Body
7:42 - 9:34 Object Requirements
9:35 - 11:58 HTTP Methods Enumeration
11:59 - 16:56 HTTP Request Object
16:57 - 41:27 Parsing Request Strings

Комментарии

Информация по комментариям в разработке