Method creates a curl session. The code of the method is processed by Parser within current session.
In one session common options sould be specified and a number of file loads could be executed. If the server is supporded keep-alive, all requests within the session will be done in one HTTP-connection.
Example ^curl:session{
^curl:options[
$.url[https://store.artlebedev.ru/]
$.charset[UTF-8]
$.timeout(10)
$.ssl_verifypeer(0)
]