# moco-runner **Repository Path**: pkcile/moco-runner ## Basic Information - **Project Name**: moco-runner - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-06-04 - **Last Updated**: 2024-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### moco-runner 请求header模拟使用 java -jar moco-runner-1.1.0-standalone.jar http -p 8090 -c config.json // "Access-Control-Allow-Origin": "*" ``` [ { "description": "any response", "request": { "method": "get", "uri": "/foo" }, "response": { "headers": { "Content-Type": "application/json;charset=UTF-8", "Access-Control-Allow-Origin": "*", "Access-Control-Allow-Origin": "http://127.0.0.1:5500", "Vary": "Origin", "Access-Control-Allow-Credentials": "true" }, "file": "response.json" } } ] ```