# SimpleHTTP **Repository Path**: jerrymxy/SimpleHTTP ## Basic Information - **Project Name**: SimpleHTTP - **Description**: A simple HTTP client & server. - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-06-20 - **Last Updated**: 2022-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SimpleHTTP A simple HTTP client & server. Partial support GET/POST. Requirements: Windows & Visual Studio 因为使用了Windows Sockets SPI,因此运行需要 Windows 系统。 编译需要使用Visual C++。