9:39
Stress-Testing Laravel App Performance with k6 and Http Client
How to simulate and benchmark the scenario with multiple users visiting your Laravel app? In this video, I will show two ...
10:14
Stop using the HttpClient the wrong way in .NET
... I'm Nick and in this video I will show you why the way you might be using the HttpClient in .NET could be completely wrong and ...
11:46
The RIGHT Way To Use HttpClient In .NET
Get the source code for this video for FREE → https://the-dotnet-weekly.ck.page/httpclient ☄️ Master the Modular Monolith ...
57:23
HTTP Client - Secret Weapon for Web Service Testing
IntelliJ IDEA, a JetBrains IDE
What if there was a way to test web services without writing lots of code? How about a simple text that repeats HTTP protocol ...
8:59
Java HTTP Client Benchmark with HTTPS/2 for REST Service
Today, we completed the httpclient-benchmark project and performed a test on my computer with 8-core Ryzen 2700 CPU.
6:36
Laravel and External APIs: Get Data with HTTP Client
This video will show a few examples of a built-in Laravel HTTP client and how easy it is to interact with external APIs to get some ...
27:46
Designing an HTTP client — Tom Christie
EuroPython 2023 — North Hall on 2023-07-21] https://ep2023.europython.eu/session/designing-an-http-client HTTPX is a fully ...
53:12
The New HTTP Client API in JDK 9 by Michael McMahon
A new HTTP client API is being developed for the JDK which supports HTTP versions 1.1 and 2. The API can be used in a simple ...
9:25
Making HTTP Requests with the HTTP Client in Go
Video Overview: Hello Everyone! In this video, we will look at how to create an HTTP client and make an HTTP request with it.
11:02
HTTPX Tutorial - A next-generation HTTP client for Python
In this Python Tutorial we learn about HTTPX, a modern HTTP client for Python with async support. Resources: ...
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 ...
1:26
PLC as Http client itself sending an Http GET request to a RESTful API server
Amazing extra performance of a CompactLogix PLC as HTTP client able to send GET requests to a RESTful API web server who ...
43:57
Staying Afloat with Buoy A High Performance HTTP Client - Louis-Philippe Gauthier
Erlang & Elixir Factory San Francisco is now Code BEAM SF! 15-16 March 2018. Get tickets now →→ http://bit.ly/2nlioFp --- Erlang ...
48:33
The New HTTP Client API in Java 11
Sergey Kuksenko, Java Performance Engineer, Oracle The new HTTP Client API, incubated in JDK 9 and reincubated in JDK 10, ...
13:23
How to write an HTTP client in Rust with the ureq library
Let's write a very simple HTTP client in the Rust programming language using the ureq library to interact with a REST API and ...
12:22
How to use "Streams" to improve performance in Node.js?
In this tutorial on Node.js Streams, pipes, pipelines and Transforms we're going to learn how all of that functionality works. Duplex ...
17:16
#7 Exploring application under test (restful booker) using http client before automating it
GitHub: https://github.com/PramodKumarYadav/restpro Goal: Exploring application under test (restful booker) using http client ...
8:27
gRPC: A High-Performance Guide to Modern Microservices
Want lightning-fast microservices? Learn how gRPC and Protocol Buffers easily beat REST in this expert breakdown, using a ...
44:47
KSUG: sttp: the Scala HTTP client that you always wanted! by Adam Warski
The library for doing HTTP request and HTTP client library it's quite a common tasks that you have to do an HTTP request and the ...