BFE Source Code Directory Structure

    • : implementation of core server
    • bfe_basic: defines basic data type
    • bfe_route: implementation of routing
    • bfe_config: implementation of config
    • : defines debug flags for important components
    • bfe_util: common utility functions
    • bfe_module: module framework
    • bfe_modules: implementation of various modules
    • bfe_net: common utility for net
    • bfe_tls: implementation of TLS protocol
    • bfe_http2: implementation of HTTP2 protocol
    • bfe_spdy: implementation of SPDY protocol
    • bfe_stream: implementation of TLS/TCP proxy
    • : implementation WebSocket protocl
    • bfe_proxy: implementation of Proxy protocol