http://domain.com/
ff = lambda x: x[:-1] if x.endswith('/') else x
APPEND_SLASH=None
s = 'http://domain.com/' s = s.rstrip('/')