* HTTP REST CLIENT *** #+BEGIN_SRC and #+END_SRC tags need to be present *** fold/unfold with tab ** #Example GET Request #+BEGIN_SRC restclient :results replace GET https://www.google.com #+END_SRC #+BEGIN_SRC restclient :results replace GET https://ipinfo.io #+END_SRC