Packages

General purpose data, functions, and utilities for use by LFE/Erlang HTTP clients, servers, URL-parsers, web frameworks, etc.

Current section

Files

Jump to
lfe_http src http.lfe
Raw

src/http.lfe

(defmodule http
(export
(version 0) (versions 0)))
;;; -----------
;;; library API
;;; -----------
;;; Metadata
(defun version ()
(http.vsn:get))
(defun versions ()
(http.vsn:all))