mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
Addresses #17015 by introducing a new startWithOptions. The only option is currently is a flag to use the provided URI as is, without modification when passed to the server. Normally, this is not needed nor desired. However, some REST APIs may have requirements that cannot be satisfied with the default handling.