cangjie-http-client

Develop Cangjie HTTP clients using stdx.net.http with configurable requests and responses.

2|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/zhenzhizhi12/NexusAgent --skill cangjie-http-client-zhenzhizhi12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cangjie-http-client
Source: https://github.com/zhenzhizhi12/NexusAgent/tree/main/.opencode/skills/common-skill-l1/http_client
Command: npx skills add https://github.com/zhenzhizhi12/NexusAgent --skill cangjie-http-client-zhenzhizhi12

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive capabilities for making HTTP requests in Cangjie language, enabling seamless interaction with web services and APIs.

Core Features & Use Cases

  • HTTP Request Handling: Supports GET, POST, PUT, DELETE, and other HTTP methods.
  • Customization: Allows detailed configuration of request headers, bodies, timeouts, proxies, and more.
  • Response Processing: Enables efficient reading and parsing of HTTP responses, including handling cookies and redirects.
  • Use Case: Integrate with a third-party API to fetch real-time data or send application updates by making structured HTTP requests.

Quick Start

Use the cangjie-http-client skill to send a GET request to "http://example.com/api/data" and print the response body.

Frequently Asked Questions about cangjie-http-client

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I make an HTTP request in Cangjie language?

To make an HTTP request in Cangjie language, use the stdx.net.http library to configure client builders and send GET, POST, PUT, or DELETE methods to web services. Responses can be read and parsed directly.

Can I configure timeouts and proxies for HTTP requests in Cangjie?

Yes, you can configure timeouts and proxies for HTTP requests in Cangjie by using the client builder options provided by the stdx.net.http library. This allows detailed customization of your network connections.

What HTTP protocol versions are supported by the Cangjie networking library?

The Cangjie networking library supports HTTP/1.0, HTTP/1.1, and HTTP/2.0 protocols for web service integration, allowing flexible communication with various API endpoints.

How do I handle cookies and redirects when sending HTTP requests in Cangjie?

To handle cookies and redirects when sending HTTP requests in Cangjie, utilize the response processing capabilities of the stdx.net.http library, which includes built-in cookie management and redirect handling features.

Is there a way to fetch real-time data from a third-party API using Cangjie?

Yes, you can fetch real-time data from a third-party API using Cangjie by making structured HTTP requests with the stdx.net.http library. This facilitates seamless interaction with external web services and APIs.