Package Trivial-Http - external symbols
trivial-http is a trivial networking library for doing HTTP POST and GET over a socket interface. It establishes a package TRIVIAL-HTTP, also called THTTP, from which the following functions are exported: http-get, http-post, escape-url-query and http-head.
Package Trivial-Http uses the packages Common-Lisp and Trivial-Sockets. It is also known as Thttp. It has 23 total symbols and 4 external ones.
Function
escape-url-query | Escapes a query string in accordance with the HTTP specification. |
---|
http-get | returns a list of three elements: a response code as integer, an association list of headers retu... |
---|
http-head | Returns a list of two elements: a response code as an integer and an association list of headers ... |
---|
http-post | given a URL, a MIME content type, and the content as a character stream, POST to the URL and retu... |
---|