The claxy Reference Manual

This is the claxy Reference Manual, version 0.0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 15:56:13 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 claxy

Simple proxy middleware for clack

Author

Ben McGunigle <>

License

Apache License, version 2.0

Version

0.0.1

Dependencies
  • alexandria (system).
  • dexador (system).
Source

claxy.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 claxy/claxy.asd

Source

claxy.asd.

Parent Component

claxy (system).

ASDF Systems

claxy.


3.1.2 claxy/package.lisp

Source

claxy.asd.

Parent Component

claxy (system).

Packages

claxy.


3.1.3 claxy/claxy.lisp

Dependency

package.lisp (file).

Source

claxy.asd.

Parent Component

claxy (system).

Public Interface

middleware (function).

Internals

4 Packages

Packages are listed by definition order.


4.1 claxy

Source

package.lisp.

Use List
  • alexandria.
  • common-lisp.
Public Interface

middleware (function).

Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Ordinary functions

Function: middleware (rewrite-table)
Package

claxy.

Source

claxy.lisp.


5.2 Internals


5.2.1 Ordinary functions

Function: claxy-core (url env)
Package

claxy.

Source

claxy.lisp.

Function: process-outgoing-headers (headers remote-addr)
Package

claxy.

Source

claxy.lisp.

Function: process-returned-headers (headers)
Package

claxy.

Source

claxy.lisp.

Function: rewrite-url (rewrite-table path)
Package

claxy.

Source

claxy.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables