Function elp::parse_record [] [src]

pub fn parse_record(record: &str) -> ParsingResult

Attempt to parse a single string into an ELB record.

This is the main parsing algorithm. It will attempt to parse every field that is supposed to be in an ELB Access log record. If it successful it will return an Ok(ELBRecord). If not, it will return a Err(ParsingErrors).