static S colonPortUnless80(int port) { ret port == 80 ? "" : ":" + port; }