Writing Plugins¶ Before you start writing your own plugin, you should be able to build lighttpd (lighttpd source code and build instructions) and should feel comfortable with the basic data types and main headers in lighttpd: buffer (buffer.h) array (array.h) chunk (chunk.h) request (request.h) global structures (base.h) Next read the server internals: The State Engine of lighttpd Plugin Interface