> ## Documentation Index
> Fetch the complete documentation index at: https://easyaf.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Summary of the CloudNimble.Breakdance.DotHttp Namespace

## Types

### <Icon icon="file-brackets-curly" iconType="duotone" color="#419AC5" size={24} style={{ paddingRight: '8px' }} /> Classes

| Name                                                                                                            | Summary                                                                                                                                                   |
| --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [DotHttpAssertionException](/breakdance/api-reference/CloudNimble/Breakdance/DotHttp/DotHttpAssertionException) | Exception thrown when a DotHttp assertion fails.                                                                                                          |
| [DotHttpAssertions](/breakdance/api-reference/CloudNimble/Breakdance/DotHttp/DotHttpAssertions)                 | Provides smart assertion helpers for HTTP responses that go beyond simple status code checking.                                                           |
| [DotHttpFileParser](/breakdance/api-reference/CloudNimble/Breakdance/DotHttp/DotHttpFileParser)                 | Parses .http files into structured [DotHttpFile](/breakdance/api-reference/CloudNimble/Breakdance/DotHttp/Models/DotHttpFile) objects.                    |
| [DotHttpTestBase](/breakdance/api-reference/CloudNimble/Breakdance/DotHttp/DotHttpTestBase)                     | Base class for generated .http file tests. Provides HTTP client management,               variable resolution, and response capture for request chaining. |
| [EnvironmentLoader](/breakdance/api-reference/CloudNimble/Breakdance/DotHttp/EnvironmentLoader)                 | Loads and parses http-client.env.json environment files.                                                                                                  |
| [ResponseCapture](/breakdance/api-reference/CloudNimble/Breakdance/DotHttp/ResponseCapture)                     | Captures HTTP responses from named requests for use in request chaining.                                                                                  |
| [VariableResolver](/breakdance/api-reference/CloudNimble/Breakdance/DotHttp/VariableResolver)                   | Resolves `{{variable}}` placeholders in .http file content.                                                                                               |
