Tag

Headers

1 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jun 13, 2025 · Backend Development

Master Spring Boot 3 API Versioning with Headers, Params, and Consumes

This article demonstrates how to implement multi‑version REST APIs in Spring Boot 3 by leveraging @RequestMapping attributes such as headers, params, and consumes, providing complete code examples, request screenshots, and a custom HttpMessageConverter for Content‑Type based versioning.

API versioningConsumesHeaders
0 likes · 10 min read
Master Spring Boot 3 API Versioning with Headers, Params, and Consumes
Test Development Learning Exchange
Test Development Learning Exchange
May 4, 2025 · Backend Development

How to Set HTTP Request Headers in Locust

This guide explains how to configure custom HTTP request headers in Locust for GET, POST, and shared header scenarios, providing code examples, best practices for security, dynamic updates, and error handling to ensure effective load testing of APIs.

HTTPHeadersLocust
0 likes · 4 min read
How to Set HTTP Request Headers in Locust
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 24, 2024 · Backend Development

Common HTTP Request and Response Headers Explained

This article provides a comprehensive overview of common HTTP request and response headers, explaining their purposes, typical usage, and example syntax, helping developers prepare for interviews and deepen their understanding of web communication fundamentals.

HTTPHeadersRequest
0 likes · 9 min read
Common HTTP Request and Response Headers Explained
Top Architect
Top Architect
Apr 9, 2021 · Fundamentals

Understanding HTTP Protocol: Concepts, Features, Workflow, Headers, Caching and Applications

This article provides a comprehensive overview of the HTTP protocol, covering its definition, stateless nature, connection handling, key characteristics, request/response workflow, header fields, status codes, caching mechanisms, and practical applications such as resumable downloads, multithreaded downloading, proxy servers and virtual hosting.

CachingHTTPHeaders
0 likes · 34 min read
Understanding HTTP Protocol: Concepts, Features, Workflow, Headers, Caching and Applications
Top Architect
Top Architect
Mar 19, 2021 · Backend Development

Understanding HTTP Caching Headers and Their Practical Use

This article provides a comprehensive overview of HTTP caching mechanisms, covering cache‑related header fields, legacy directives like Pragma and Expires, modern Cache‑Control directives, validation headers such as Last‑Modified and ETag, practical simulation with Fiddler, and best‑practice recommendations for both client and server side caching.

CachingHTTPHeaders
0 likes · 19 min read
Understanding HTTP Caching Headers and Their Practical Use
Architect
Architect
Mar 13, 2021 · Fundamentals

Understanding HTTP Caching: Headers, Strategies, and Practical Implementation

This article provides a comprehensive overview of HTTP caching mechanisms, detailing cache‑related header fields, browser behaviors, legacy and modern directives, validation techniques, and practical tips for configuring efficient cache strategies in web applications.

CachingETagHTTP
0 likes · 18 min read
Understanding HTTP Caching: Headers, Strategies, and Practical Implementation
FunTester
FunTester
Mar 25, 2020 · Backend Development

Handling HTTP Headers and Cookies in Automated Testing with the FunTester Framework

This article demonstrates how to handle HTTP headers and cookies within the FunTester automated testing framework, providing step-by-step explanations, video references, and a complete Java code example that shows registering users, developer login, and request execution using Apache HttpClient.

HTTPHeadersJava
0 likes · 6 min read
Handling HTTP Headers and Cookies in Automated Testing with the FunTester Framework
macrozheng
macrozheng
Feb 24, 2020 · Fundamentals

Master HTTP: From Basics to Advanced Concepts Explained

This comprehensive guide walks you through the fundamentals of HTTP, covering its definition, hypertext, transfer, protocol layers, related components like browsers and servers, request‑response flow, methods, headers, status codes, content negotiation, and security extensions such as HTTPS and WAF.

Content NegotiationHTTPHeaders
0 likes · 39 min read
Master HTTP: From Basics to Advanced Concepts Explained
360 Quality & Efficiency
360 Quality & Efficiency
Feb 22, 2017 · Backend Development

Using Python urllib and urllib2 for Data Transfer, Headers, Cookies, and Proxy Configuration

This article explains how Python's urllib and urllib2 modules differ and demonstrates practical techniques for sending HTTP requests, encoding query strings, setting custom headers, handling JSON payloads, managing cookies, and configuring proxies using Request objects and build_opener handlers.

HTTPHeadersProxy
0 likes · 4 min read
Using Python urllib and urllib2 for Data Transfer, Headers, Cookies, and Proxy Configuration
Baidu Intelligent Testing
Baidu Intelligent Testing
Dec 21, 2015 · Fundamentals

Introduction to the HTTP Protocol: Versions, Workflow, Requests, and Responses

This article provides a comprehensive overview of the HTTP protocol, covering its versions, communication processes, request and response structures, header fields, entity body handling, status codes, and practical examples of content-length and chunked transfer encoding.

HTTPHeadersNetworking
0 likes · 14 min read
Introduction to the HTTP Protocol: Versions, Workflow, Requests, and Responses