Term Header
Definition

A Header refers to the additional data at the beginning of a chunk of data (or packet) being stored or transmitted. The data that follows the header is called the payload or body. Note that it is important that the header is of clear and unambiguous format to allow for parsing.

E-mail header: The text (body) is preceded by header lines indicating sender, recipient, subject, sending time stamp, receiving time stamps of all intermediate and the final mail transfer agents, and much more.

See also: Header.

Header is a Web or Internet protocol concept used when clients and servers exchange requests, responses, metadata, or real-time messages.

Context & Usage

This term is used in software engineering, programming, scripting, testing, application architecture, and development lifecycle work. It helps teams describe how software is designed, implemented, integrated, and maintained.

Developers, administrators, and security teams use this concept when troubleshooting traffic, designing APIs, configuring servers, or documenting Web behavior.

Related concepts include Hypertext Transfer Protocol and URL.

Categories Software Development and Programming, Web, Database, Cloud, and DevOps Technologies, General Technology and Miscellaneous