Home | History | Annotate | Download | only in webob

Lines Matching defs:server_port

325     server_port = converter(
326 environ_getter('SERVER_PORT'),
419 ``SERVER_PORT`` header (which is guaranteed to be present).
433 port = e['SERVER_PORT']
452 port = e.get('SERVER_PORT')
663 return '%(SERVER_NAME)s:%(SERVER_PORT)s' % self.environ
1369 env['SERVER_PORT'] = port
1455 'SERVER_PORT': netloc.split(':')[1],