5:39
A Company Forced Me to Code my Own HTTP Server in C
Programming in C might be very daunting, but it's also pretty fun :) Check out CodeCrafters at ...
2:49:18
My Own HTTP Client Library in Pure C — Offline Stream #03
References: - Chat Bot: https://github.com/tsoding/kgbotka-2 - Recent Immediate UI stream: ...
9:13
Send An HTTP Request | C libcurl Library Introduction
An introduction to using the libcurl library to send an HTTP request in C. Source code: ...
9:12
Making Minimalist HTTPS Client in C on Linux
I this video I will demonstrate how to create a simple HTTPS client in C using the Socket API and OpenSSL library. You can install ...
2:20:36
My Own HTTP Client Library — Chunked Encoding — Offline Stream #10
References: - ImHTTP: https://github.com/tsoding/imhttp - Previous ImHTTP Video: ...
39:30
Black Hat Europe 2025 | Pwning .NET Framework Applications Through HTTP Client Proxies And WSDL
NET Framework is still extremely popular. It powers thousands of various applications, including the ones heavily utilized in huge ...
3:01
HTTP Request Methods | GET, POST, PUT, DELETE
A look at HTTP Request Methods and how we use them to perform different functions with Web APIs.
7:06
How to build a web client? (sockets)
Patreon ➤ https://www.patreon.com/jacobsorber Courses ➤ https://jacobsorber.thinkific.com Website ...
4:56
What is HTTP? In short, HTTP stands for HyperText Transfer Protocol — and it's used to structure requests and responses over the ...
12:05
99% of Developers Don't Get Sockets
Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher ⬆️ Best project-based coding platform.
38:30
HTTP Crash Course & Exploration
In this video we will talk about HTTP and what it is, the request/response cycle, status codes, header/body and more. We will use ...
15:16
Episode 006 - An Asio HTTP client in 15 minutes
Completes the introduction to the Asio library by coding up an HTTP client app to demonstrate a full async round trip to several ...
21:22
#136 Introduction to HTTP Request & Response | HTTP Client | A Complete Angular Course
Hello and welcome to another exciting section of this complete angular course. In this section, you will learn about how to make ...
8:29
Super Simple HTTP Client Application Guide in C#
In this video, I give an introduction to HTTP Clients in C#. This video is designed as a brief overview of how to use HTTPClient in ...
12:10
Program your own web server in C. (sockets)
Patreon ➤ https://www.patreon.com/jacobsorber Courses ➤ https://jacobsorber.thinkific.com Website ...
3:14
Presentation of HTTP client/server functionality. http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_message.
3:19
I made a web server In C like a true sigma
github repo: https://github.com/infraredCoding/cerveur BST reference: ...
7:22
HTTP Client Best Practices in C# dotnet
Developer First - SSE @ Microsoft
The HttpClient class in C# is a powerful tool for making HTTP requests to external APIs. However, using it incorrectly can lead to ...
45:03
Using HttpClient in .NET Core to Connect to APIs in C#
HttpClient is the way to go, but doing right is important. Otherwise, you could exhaust your connection pool and cause issues in ...