---
id: connectionpoolconfig
title: zio.http.ConnectionPoolConfig
sidebar_label: ConnectionPoolConfig
---

## Configuration Details


|FieldName|Format                           |Description|Sources|
|---      |---                              |---        |---    |
|         |[any-one-of](#field-descriptions)|           |       |

### Field Descriptions

|FieldName            |Format              |Description        |Sources|
|---                  |---                 |---                |---    |
|                     |primitive           |a text property    |       |
|fixed                |primitive           |an integer property|       |
|[dynamic](#dynamic-1)|[all-of](#dynamic-1)|                   |       |
|[fixed](#fixed)      |[all-of](#fixed)    |                   |       |
|[dynamic](#dynamic)  |[all-of](#dynamic)  |                   |       |

### dynamic

|FieldName|Format   |Description        |Sources|
|---      |---      |---                |---    |
|minimum  |primitive|an integer property|       |
|maximum  |primitive|an integer property|       |
|ttl      |primitive|a duration property|       |

### fixed

|FieldName            |Format            |Description|Sources|
|---                  |---               |---        |---    |
|[per-host](#per-host)|[list](#per-host) |           |       |
|[default](#default)  |[nested](#default)|           |       |

### per-host

|FieldName|Format   |Description        |Sources|
|---      |---      |---                |---    |
|url      |primitive|a text property    |       |
|fixed    |primitive|an integer property|       |

### default

|FieldName|Format   |Description        |Sources|
|---      |---      |---                |---    |
|fixed    |primitive|an integer property|       |

### dynamic

|FieldName            |Format            |Description|Sources|
|---                  |---               |---        |---    |
|[per-host](#per-host)|[list](#per-host) |           |       |
|[default](#default)  |[nested](#default)|           |       |

### per-host

|FieldName            |Format              |Description    |Sources|
|---                  |---                 |---            |---    |
|url                  |primitive           |a text property|       |
|[dynamic](#dynamic-2)|[all-of](#dynamic-2)|               |       |

### dynamic

|FieldName|Format   |Description        |Sources|
|---      |---      |---                |---    |
|minimum  |primitive|an integer property|       |
|maximum  |primitive|an integer property|       |
|ttl      |primitive|a duration property|       |

### default

|FieldName                 |Format                   |Description|Sources|
|---                       |---                      |---        |---    |
|[dynamic](#defaultdynamic)|[all-of](#defaultdynamic)|           |       |

### default.dynamic

|FieldName|Format   |Description        |Sources|
|---      |---      |---                |---    |
|minimum  |primitive|an integer property|       |
|maximum  |primitive|an integer property|       |
|ttl      |primitive|a duration property|       |

