µWebSockets v18.1.0 Release Notes

Release Date: 2020-06-08 // almost 4 years ago
  • Seamless PROXY Protocol v2

    🏗 Enabling WITH_PROXY during build allows seamless parsing of PROXY Protocol v2 and/or HTTP. There's no runtime configuration needed; the HTTP parser will automatically pick up on the presence of such a proxy (HAProxy for instance).

    ➕ Adds functions

    • getRemoteAddressAsText()
    • getProxiedRemoteAddress()
    • getProxiedRemoteAddressAsText()