Parsing Strings in C

Published: 10 February 2021
on channel: Eric O Meehan
4,269
111

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


Watch video Parsing Strings in C online without registration, duration hours minute second in high quality. This video was added by user Eric O Meehan 10 February 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 4,269 once and liked it 111 people.