Crate apate

Crate apate 

Source

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§

ApateConfig
ApateConfigBuilder
ApateCounters
ApateSpecs
ApateState
Shared state for apate web server.
RequestContext

Constants§

DEFAULT_PORT
DEFAULT_RUST_LOG

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.