├── README.md ├── webserv-request-flow.jpeg └── webserv-request-flow.pdf /README.md: -------------------------------------------------------------------------------- 1 | # Webserv Request Flow 2 | This is map to know what to do in any success or fail case in webserv 3 | 4 | Webserv Request Flow 5 | 6 | #### you can add and contribute to this file: (if you see any errors or missing parts) 7 | 1. duplicate the following figma file : https://www.figma.com/file/tQJOYxzFdxYkPYrPIv18kg/webserv-Flow?node-id=0%3A1 8 | 2. edit 9 | 3. export the image 10 | 4. then you can send a pull request or send me the new version so I can add/replace it 11 | -------------------------------------------------------------------------------- /webserv-request-flow.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kirwako/webserv-request-flow/6ab01f9de7e643e2942e558a449b3f7bf624b7b9/webserv-request-flow.jpeg --------------------------------------------------------------------------------