Modules§
- deceit
- Deceit is the unit responsible for processing serveral status URIs or path patters. All deceit related logic is placed into this module.
- matchers
- Matchers are just specific checks to run agains input HTTP request. In order to proceed forward all matches must return true.
- processors
- test
Structs§
- Apate
Config - Apate
Config Builder - Apate
Counters - Apate
Specs - Apate
State - Shared state for apate web server.
- Request
Context
Constants§
Functions§
- apate_
init_ server_ config - Initialize server configuration with overrides. All arguments to this function will override configuration from ENV variables
- apate_
server_ run - Create and run apate server based on input config.