Memento JavaScript Library: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 214: Line 214:


==== ''HttpResult'' Properties ====
==== ''HttpResult'' Properties ====
:{| style="font-size: 16pt"
:; code: HTTP code of the response, if the request is successful (usually 200).
|-
:; body: The response in text form
| '''code''' || HTTP code of the response, if the request is successful (usually 200).
|-
| '''body''' || The response in text form
|}
<br/>
<br/>