Lingua-e
← Glossary

What does "request" mean in programming?

request is one of the most common terms in software development. This guide explains what it means, how it is used in practice, and why it matters, with real examples from the developer world.

Definition

A message sent by a client to a server asking for data or an action. An HTTP request includes a method (GET, POST, etc.), a URL, headers, and optionally a body.

Example

"The request timed out because the server took more than 30 seconds to respond."

Related terms

Ready to practice your English at work?

Lingua-e has interactive exercises built around real developer conversations: standups, code reviews, retrospectives, and more. Practice until it comes naturally.

Try Lingua-e for free