Lines Matching refs:http
32 f_dprintf "%s: loading includes..." media/http.subr
111 setvar $VAR_HTTP_PATH "http://$value"
126 # http://myhost
127 # http://somename:80/pub/
128 # http://192.168.2.3/pub/
129 # http://[::1]:8000/
142 # example case of IPv6 where VAR_HTTP_PATH is "http://[::1]" this
147 # http://hostname:OTHER_PORT
148 # http://hostname:OTHER_PORT/*
149 # http://ip:OTHER_PORT
150 # http://ip:OTHER_PORT/*
151 # http://[ip6]:OTHER_PORT
152 # http://[ip6]:OTHER_PORT/*
155 # "http://localhost/pub") this variable contains only the
178 setvar $VAR_HTTP_PATH "http://"
182 if [ ! "${url#http://}" ]; then
193 http://*) : valid URL ;;
201 http://*) : valid URL ;;
382 f_show_msg "$msg_couldnt_connect_to_server http://%s:%s/" \
395 http://*|/*) : valid request ;;
402 f_show_msg "$msg_couldnt_connect_to_server http://%s:%s/" \
602 f_show_msg "$msg_couldnt_connect_to_server http://%s:%s/" \
610 http://*|/*) : valid request ;;
615 f_dprintf "sending http request for: %s" "$url"
686 f_dprintf "%s: Successfully loaded." media/http.subr