BFE Source Code Directory Structure
- : implementation of core server
bfe_basic
: defines basic data typebfe_route
: implementation of routingbfe_config
: implementation of config- : defines debug flags for important components
bfe_util
: common utility functions
bfe_module
: module frameworkbfe_modules
: implementation of various modules
bfe_net
: common utility for netbfe_tls
: implementation of TLS protocolbfe_http2
: implementation of HTTP2 protocolbfe_spdy
: implementation of SPDY protocolbfe_stream
: implementation of TLS/TCP proxy- : implementation WebSocket protocl
bfe_proxy
: implementation of Proxy protocol