http_init_file() function
Initialize a http connection with a file to send (if found). Called by http_find_file and http_find_error_file.
Arguments
file
file structure to send (or NULL if not found)
is_09
1 if the request is HTTP/0.9 (no HTTP headers in response)
tag_check
enable SSI tag checking
params
!= NULL if URI has parameters (separated by '?')
Return value
ERR_OK if file was found and hs has been initialized correctly another err_t otherwise