mdref.json config
[mdref/mdref-http] / http / Env / getRequestHeader.md
index b33718b11ce5593e684dba7ceccdf025edb6657c..2ed6fc2b5f52e79ecdb28cf6e9e342181bccdd11 100644 (file)
@@ -2,13 +2,13 @@
 
 Retrieve one or all headers of the current HTTP request.
 
-## Parameters:
+## Params:
 
-* Optional ```string $header_name```  
+* Optional string $header_name  
   The key of a header to retrieve.
   
 ## Returns:  
 
-* ```NULL```, if $header_name was not found
-* ```string```, the compound header when $header_name was found
-* ```array``` of all headers if $header_name was not specified
+* NULL, if $header_name was not found
+* string, the compound header when $header_name was found
+* array of all headers if $header_name was not specified