Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
server_name: demonstrate using ServerName::to_owned
It seems to be a common source of confusion that it's possible to construct an owned `ServerName` from an owned `String` using the existing API and `ServerName::to_owned`. This commit adds an explicit example demonstrating this capability to help make it more discoverable.
- Loading branch information