vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Function URL.port

The port part of the URL (optional)

ushort port() @property @safe const;

void port (
  ushort v
) pure nothrow @property @nogc @safe;
Authors

Sönke Ludwig

Copyright

© 2012-2017 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.