The Apache module C API is a bit strange because it doesn't directly represent concepts like virtual host, worker MPM or event MPM. Where possible create an abstraction in Rust representing these concepts.
This might not be strictly necessary to get the tile module working, but should hopefully make the Rust code less confusing.
The Apache module C API is a bit strange because it doesn't directly represent concepts like virtual host, worker MPM or event MPM. Where possible create an abstraction in Rust representing these concepts.
This might not be strictly necessary to get the tile module working, but should hopefully make the Rust code less confusing.