# HttpConfig

`type` in `http` · v0.4.1

<https://docs.seedcord.org/packages/http/0.4.1/types/http-config>

The http transport's configuration, discriminated on `runtime`.

## Declaration

```ts
type HttpConfig = HttpServerConfig | HttpEdgeConfig;
```
