Home | History | Annotate | Download | only in example

Lines Matching refs:hostport

114     # 4.1 9. Let /hostport/ be an empty string.
116 # /hostport/
117 hostport = host.lower()
121 # to /hostport/
124 hostport += ':' + str(port)
126 # character, and /hostport/, to /fields/.
127 return '%s: %s\r\n' % (common.HOST_HEADER, hostport)