# HttpCommandOptions Constructors

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [HttpCommandOptions](/reference/api/csharp/aspire.hosting/httpcommandoptions.md)
- Kind: `Constructors`
- Members: `1`

Optional configuration for resource HTTP commands added with [ResourceBuilderExtensions.WithHttpCommand(IResourceBuilder<TResource>, string, string, string?, string?, HttpCommandOptions?)](/reference/api/csharp/aspire.hosting/resourcebuilderextensions/methods.md#withhttpcommand-iresourcebuilder-tresource-string-string-string-string-httpcommandoptions).

## HttpCommandOptions

- Name: `Constructor`

```csharp
public class HttpCommandOptions
{
    public HttpCommandOptions()
    {
        // ...
    }
}
```
