# TextRequestsWrapper

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/utilities/requests/TextRequestsWrapper)

Lightweight wrapper around requests library, with async support.

The main purpose of this wrapper is to always return a text output.

## Signature

```python
TextRequestsWrapper()
```

## Extends

- `GenericRequestsWrapper`

## Properties

- `response_content_type`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/a6a6079511ac8a5c1293337f88096b8641562e77/libs/community/langchain_community/utilities/requests.py#L247)