## fetch()


Fetch content from a URL.


Usage

``` python
fetch(
    url,
    timeout=30,
)
```


## Parameters


`url: str`  
The URL to fetch.

`timeout: int = ``30`  
Request timeout in seconds.


## Returns


`str`  
The response body.
