| extends | HTMLPurifier_URIScheme | 
|---|
Validates http (HyperText Transfer Protocol) as defined by RFC 2616
| Methods | ||||
|---|---|---|---|---|
| 
					
	public
					
					
				 | doValidate(HTMLPurifier_URI &$uri, HTMLPurifier_Config $config, HTMLPurifier_Context $context): bool
		Validates the components of a URI for a specific scheme.
	 Validates the components of a URI for a specific scheme. Parameters
 Returnssuccess or failure Implements | # | ||
| Methods inherited from HTMLPurifier_URIScheme | 
|---|
| validate() | 
| Properties | |||
|---|---|---|---|
| 
	public
					
					
				 |  | $default_port = 80 | # | 
| 
	public
					
					
				 |  | $browsable = true | # | 
| 
	public
					
					
				 |  | $hierarchical = true | # | 
| Properties inherited from HTMLPurifier_URIScheme | 
|---|
| $secure, $may_omit_host |