mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-09-15 22:32:04 +02:00
Correct the language table in the HTTP Snippet README (#656)
This commit is contained in:
@@ -14,28 +14,35 @@ remembered for next time.
|
|||||||
|
|
||||||
## Supported Languages
|
## Supported Languages
|
||||||
|
|
||||||
Each language supports one or more libraries:
|
Each language supports one or more libraries, listed in the order they appear in the
|
||||||
|
dialog:
|
||||||
|
|
||||||
| Language | Libraries |
|
| Language | Libraries |
|
||||||
| ----------- | ------------------------------------ |
|
| ----------- | ----------------------------------------- |
|
||||||
| C | libcurl |
|
| Agent | Agent Prompt |
|
||||||
| Clojure | clj-http |
|
| C | Libcurl |
|
||||||
| C# | HttpClient, RestSharp |
|
| Clojure | clj-http |
|
||||||
| Go | Native |
|
| Crystal | http::client |
|
||||||
| HTTP | HTTP/1.1 |
|
| C# | HttpClient, RestSharp |
|
||||||
| Java | AsyncHttp, NetHttp, OkHttp, Unirest |
|
| Go | NewRequest |
|
||||||
| JavaScript | Axios, fetch, jQuery, XHR |
|
| HTTP | HTTP/1.1 |
|
||||||
| Kotlin | OkHttp |
|
| Java | AsyncHttp, java.net.http, OkHttp, Unirest |
|
||||||
| Node.js | Axios, fetch, HTTP, Request, Unirest |
|
| JavaScript | XMLHttpRequest, Axios, fetch, jQuery |
|
||||||
| Objective-C | NSURLSession |
|
| Kotlin | OkHttp |
|
||||||
| OCaml | CoHTTP |
|
| Node.js | HTTP, Axios, fetch |
|
||||||
| PHP | cURL, Guzzle, HTTP v1, HTTP v2 |
|
| Objective-C | NSURLSession |
|
||||||
| PowerShell | Invoke-WebRequest, RestMethod |
|
| OCaml | CoHTTP |
|
||||||
| Python | http.client, Requests |
|
| PHP | cURL, Guzzle, HTTP v1, HTTP v2 |
|
||||||
| R | httr |
|
| Powershell | Invoke-WebRequest, Invoke-RestMethod |
|
||||||
| Ruby | Native |
|
| Python | Requests |
|
||||||
| Shell | cURL, HTTPie, Wget |
|
| R | httr |
|
||||||
| Swift | URLSession |
|
| Ruby | net::http, faraday |
|
||||||
|
| Rust | reqwest |
|
||||||
|
| Shell | cURL, HTTPie, Wget |
|
||||||
|
| Swift | URLSession |
|
||||||
|
|
||||||
|
The **Agent** target produces a prompt describing the request rather than code, for handing
|
||||||
|
to an AI coding agent.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user