Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 673 Bytes

isapi.simple.md

File metadata and controls

28 lines (14 loc) · 673 Bytes

isapi.simple

Module isapi.simple

Simple base-classes for extensions and filters.

Comments

None of the filter and extension functions are considered 'optional' by the

framework. These base-classes provide simple implementations for the

Initialize and Terminate functions, allowing you to omit them,

It is not necessary to use these base-classes - but if you don't, you

must ensure each of the required methods are implemented.

Classes