(html_content: str, child_link_list: List[ChildLink])
| 63 | |
| 64 | @staticmethod |
| 65 | def success(html_content: str, child_link_list: List[ChildLink]): |
| 66 | return Fork.Response(html_content, child_link_list, 200, '') |
| 67 | |
| 68 | @staticmethod |
| 69 | def error(message: str): |