15 lines
591 B
Markdown
15 lines
591 B
Markdown
|
## The Requests Library
|
||
|
|
||
|
Inspired by the [Requests module available in Python programming language](https://www.mql5.com/go?link=https://pypi.org/project/requests/)
|
||
|
|
||
|

|
||
|
|
||
|
## 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)
|