It could be nice if we have a somewhat higher HTTP/AJAX request interface. Maybe something similar to the [jquery.get](https://api.jquery.com/jquery.get/) interface: ``` lightnion.get( url, date_we_want_to_supply, success_fun, error_fun) ``` This function should also set a sane default for the user agent. What? Optionally make user agent configurable.