flush
[mdref/mdref-http] / http / Env / negotiate.md
index 0230bc684e3f9acbf2a227da677897fabdf9fb91..f7b53d2c10195fde3d2c3758fd326beea9f22a53 100644 (file)
@@ -6,16 +6,16 @@ Generic negotiator. For specific client negotiation see http\Env::negotiateConte
 
 ## Params:
 
-* ```string $params```  
+* string $params  
   HTTP header parameter's value to negotiate.
-* ```array $supported```  
+* array $supported  
   List of supported negotiation operands.
-* Optional ```string $prim_typ_sep```  
+* Optional string $prim_typ_sep  
   A "primary type separator", i.e. that would be a hyphen for content language negotiation (en-US, de-DE, etc.).
-* Optional reference ```array &$result```  
+* Optional reference array &$result  
   Out parameter recording negotiation results.
   
 ## Returns:
 
-* ```NULL```, if negotiation fails.
-* ```string```, the closest match negotiated, or the default (first entry of $supported).
+* NULL, if negotiation fails.
+* string, the closest match negotiated, or the default (first entry of $supported).