changelog shortlog graph tags branches changeset files file revisions raw help

Mercurial > core / annotate lisp/lib/net/proto/http.lisp

changeset 160: a5e8d48e6549
child: a3b65a8138ac
author: ellis <ellis@rwest.io>
date: Mon, 01 Jan 2024 23:45:21 -0500
permissions: -rw-r--r--
description: http stuff
160
a5e8d48e6549 http stuff
ellis <ellis@rwest.io>
parents:
diff changeset
1
 ;;; lib/net/proto/http.lisp --- HTTP Support
a5e8d48e6549 http stuff
ellis <ellis@rwest.io>
parents:
diff changeset
2
 
a5e8d48e6549 http stuff
ellis <ellis@rwest.io>
parents:
diff changeset
3
 ;;
a5e8d48e6549 http stuff
ellis <ellis@rwest.io>
parents:
diff changeset
4
 
a5e8d48e6549 http stuff
ellis <ellis@rwest.io>
parents:
diff changeset
5
 ;;; Code:
a5e8d48e6549 http stuff
ellis <ellis@rwest.io>
parents:
diff changeset
6
 (in-package :net/proto/http)