# httpService **Repository Path**: mindlink/httpService ## Basic Information - **Project Name**: httpService - **Description**: 很经典的httpService demo - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-10 - **Last Updated**: 2023-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # httpService a simple http service # license httpService is licensed under the MIT License. Please see the LICENSE files for more information. # compile sh build.sh # simple to use #后台启动服务 ./httpService & #发送hello请求 curl -X POST -d '{"dialog": "hello"}' http://localhost:12345/hello