Requests/README.md

15 lines
591 B
Markdown
Raw Permalink Normal View History

2025-07-12 16:36:18 +03:00
## The Requests Library
Inspired by the [Requests module available in Python programming language](https://www.mql5.com/go?link=https://pypi.org/project/requests/)
![](requests-sidebar.png)
## About the Project
The Requests module — dubbed as HTTP for Humans:
Is a simple, yet elegant, HTTP library that allows programmers to send HTTP/1.1 requests extremely easily.
> This MQL5 module makes it easy to send and receive WebRequests in MQL5 like in Python.
For more information read the article liked ->[https://www.mql5.com/en/articles/18728](https://www.mql5.com/en/articles/18728)