http-client

star 80

发送HTTP请求,支持所有方法、请求头、认证和响应处理。

AIDotNet By AIDotNet schedule Updated 1/27/2026

name: http-client description: 发送HTTP请求,支持所有方法、请求头、认证和响应处理。 metadata: short-description: HTTP请求客户端 source: repository: https://github.com/psf/requests license: Apache-2.0

HTTP Client Tool

Description

Make HTTP requests with full support for GET, POST, PUT, DELETE, headers, authentication, and file uploads.

Trigger

  • /http command
  • User needs to make API calls
  • User wants to test endpoints

Usage

# GET request
python scripts/http_client.py GET https://api.example.com/users

# POST with JSON body
python scripts/http_client.py POST https://api.example.com/users --json '{"name": "John"}'

# With headers
python scripts/http_client.py GET https://api.example.com/data --header "Authorization: Bearer token"

# Upload file
python scripts/http_client.py POST https://api.example.com/upload --file document.pdf

Tags

http, api, rest, requests, client

Compatibility

  • Codex: ✅
  • Claude Code: ✅
Install via CLI
npx skills add https://github.com/AIDotNet/MoYuCode --skill http-client
Repository Details
star Stars 80
call_split Forks 15
navigation Branch main
article Path SKILL.md
More from Creator