Using a Dictionary in C

Published: 19 February 2021
on channel: Eric O Meehan
3,426
53

Building a web server from scratch in C.

A web server needs to be able to store the contents of a client's HTTP request using key-value pairs in a dictionary. To accomplish this, we will use the binary search tree and dictionary data structures created in the previous videos to parse header fields into a usable format.

Source Code:
https://github.com/HomoDeusOfficial/h...

HTTP Request Formatting:
https://www.tutorialspoint.com/http/h...

00:00 - 00:41 Introduction
00:42 - 05:47 Bug Fixes
05:48 - 11:55 Preparing the Dictionary
11:56 - 13:27 Extracting Fields
13:28 - 19:40 Using the Dictionary


Watch video Using a Dictionary in C online without registration, duration hours minute second in high quality. This video was added by user Eric O Meehan 19 February 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 3,426 once and liked it 53 people.