pub fn parse_gctf_from_str(
content: &str,
file_path: &str,
) -> Result<GctfDocument>Expand description
Parse .gctf content from string (for LSP/editor use). Documents are determined implicitly: REQUEST after RESPONSE/ERROR/ASSERTS, or ENDPOINT/ADDRESS starts a new document.