Tag

HTTP Requests

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
May 3, 2025 · Operations

Using HTTP Requests in Locust: Basic and Advanced Guide

This tutorial explains how to install Locust, write Python scripts with HttpUser tasks for GET and POST requests, run the tool, configure the web UI, and apply advanced features like custom headers, cookies, and response handling for effective load testing.

HTTP RequestsLocustload testing
0 likes · 5 min read
Using HTTP Requests in Locust: Basic and Advanced Guide
php中文网 Courses
php中文网 Courses
Mar 7, 2025 · Backend Development

Using curl_multi_add_handle() in PHP to Manage Multiple cURL Requests

This article explains how the PHP curl_multi_add_handle() function can be used to add multiple cURL handles to a single session, provides its syntax and parameters, and includes a complete example demonstrating initialization, adding handles, executing requests, retrieving responses, and cleaning up.

BackendHTTP RequestsMulti-Handle
0 likes · 5 min read
Using curl_multi_add_handle() in PHP to Manage Multiple cURL Requests
Test Development Learning Exchange
Test Development Learning Exchange
Feb 3, 2025 · Operations

Exception Handling in Locust: Best Practices for Robust Load Testing

This article explains how to implement exception handling in Locust to ensure robust test scripts that can handle network timeouts, request failures, and other exceptions effectively.

Exception HandlingHTTP RequestsLocust
0 likes · 4 min read
Exception Handling in Locust: Best Practices for Robust Load Testing
php中文网 Courses
php中文网 Courses
Dec 26, 2024 · Backend Development

Using curl_multi_add_handle() in PHP to Manage Multiple cURL Handles

This article explains how the PHP curl_multi_add_handle() function can be used to add multiple cURL handles to a single session, improving network request efficiency and code maintainability, and provides a complete example with detailed code walkthrough.

BackendHTTP RequestsMulti-Handle
0 likes · 5 min read
Using curl_multi_add_handle() in PHP to Manage Multiple cURL Handles
Test Development Learning Exchange
Test Development Learning Exchange
Jul 9, 2024 · Backend Development

10 Python Scripts to Boost API Automation Testing Efficiency

This article presents 10 practical Python scripts that significantly enhance API automation testing efficiency, covering test case generation, data handling, request management, validation, and reporting.

API TestingData-Driven TestingException Handling
0 likes · 5 min read
10 Python Scripts to Boost API Automation Testing Efficiency
Test Development Learning Exchange
Test Development Learning Exchange
May 18, 2024 · Backend Development

Python Requests Library: Practical Testing and API Development Guide

This article provides a comprehensive guide to using Python's requests library for API testing, covering basic GET/POST requests, error handling, authentication, and concurrent requests with practical code examples.

API TestingAuthenticationConcurrent Programming
0 likes · 6 min read
Python Requests Library: Practical Testing and API Development Guide
Python Programming Learning Circle
Python Programming Learning Circle
Mar 18, 2024 · Backend Development

A Quick Introduction to Python Web Scraping for Recipe Websites

This article walks through a five‑minute Python web‑scraping tutorial that fetches recipe pages, parses HTML with urllib and BeautifulSoup, extracts titles and images, and wraps the workflow into a simple console application for random meal selection.

BeautifulSoupConsole ApplicationHTTP Requests
0 likes · 12 min read
A Quick Introduction to Python Web Scraping for Recipe Websites
HomeTech
HomeTech
Aug 3, 2022 · Backend Development

API Automation Testing Framework Design and Implementation

This article details the design and implementation of an API automation testing framework, covering framework structure, execution flow, and usage instructions for testing interfaces.

API TestingHTTP RequestsTest Data Management
0 likes · 6 min read
API Automation Testing Framework Design and Implementation
Java Architect Essentials
Java Architect Essentials
Sep 17, 2021 · Backend Development

Using IntelliJ IDEA REST Client for API Testing: Features, Scripts, and Environment Management

This article explains how IntelliJ IDEA REST Client can replace Postman for API debugging by offering integrated request consoles, history logs, environment variable support, scriptable assertions, and token handling, providing a unified tool for backend developers to test and share HTTP requests efficiently.

API TestingEnvironment VariablesHTTP Requests
0 likes · 8 min read
Using IntelliJ IDEA REST Client for API Testing: Features, Scripts, and Environment Management
Architecture Digest
Architecture Digest
Jun 15, 2016 · Frontend Development

Web Performance Optimization: Reducing HTTP Requests and Improving Page Load Speed

This article explains why web performance matters, outlines the 2‑5‑8 response‑time principle, and presents practical front‑end optimization techniques such as reducing HTTP requests, internal page tweaks, caching strategies, download size reduction, and network connection improvements to accelerate user experience.

HTTP Requestscachingcdn
0 likes · 14 min read
Web Performance Optimization: Reducing HTTP Requests and Improving Page Load Speed