Memento JavaScript Library: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 217: Line 217:
===== get(url) =====
===== get(url) =====
: Execute HTTP get request
: Execute HTTP get request
:; Argument: '''url''' — HTTP address, starting with http or https
: '''Argument'''
:; Result: '''HttpResult''' — Object containing the result of the execution of the HTTP request
::; url: HTTP address, starting with http or https
: '''Result'''
::; HttpResult: Object containing the result of the execution of the HTTP request
<br/>
<br/>