C/C++ Reference
Barracuda plugins

A plugin is normally a resource such as HttpPage or a collection of resources such as a HttpDir. More...

Collaboration diagram for Barracuda plugins:

Modules

 C Server Pages
 

See the CSP user manual for more information on CSP.


 EventHandler classes.
 

This is the reference manual for the server side EventHandler.


 The Lua Server Pages (LSP) Plugin.
 

balua.h is header file that provides the *public* symbols for creating, destroying and configuring an LSP VM.


 The HTTP(S) client library.
 

The HttpClient library is the C side implementation for the Lua httpc library.



Detailed Description

A plugin is normally a resource such as HttpPage or a collection of resources such as a HttpDir.

Thus, most plugins extend the functionality in one of HttpPage and/or HttpDir.

See also:
Barracuda Introduction