HTTP response abstraction

C53461
concept

An HTTP response abstraction represents the structured outcome of an HTTP request, encapsulating status code, headers, body, and metadata in a reusable, transport-agnostic interface.

Instances (1)

Instance Via concept surface
System.Net.HttpWebResponse