Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Serve] Documentation and typing fixes for `serve.run(..., route_pref…
…ix=False)` (#44911) In #44809 I thought that route_prefix didn't support being set to None to disable HTTP ingress because the type was str, and the docs didn't mention that this was supported (except indirectly in other places which I didn't know about until searching for them as part of this PR). It turns out this feature is already well-supported throughout the controller and proxy, it just wasn't fully documented in the public API, so this PR fixes that. --------- Signed-off-by: Josh Karpel <[email protected]> Co-authored-by: Edward Oakes <[email protected]>
- Loading branch information