Initial Release
---
Features
- **Base URL Support**: Set a base URL for all your requests, simplifying endpoint management.
- **GET Request Method**: Perform `GET` requests effortlessly.
- **Custom Response Object**:
- Access the response's status code, headers, body (JSON), and text in a structured way.
- **Error Handling**:
- Handle timeouts gracefully with `EasyHttpTimeoutError`.
- Catch connection issues with `EasyHttpConnectionError`.
- General HTTP request errors raise `EasyHttpRequestError`.
---