mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
The "addTrailingSlash" option allows to control whether a trailing slash is added to the path of the HTTP requests created by the library: - true (default): "/engine.io/" - false: "/engine.io" Related: https://github.com/socketio/socket.io-client/issues/1550 Signed-off-by: iifawzi <iifawzie@gmail.com>