Correct the language table in the HTTP Snippet README (#656)

This commit is contained in:
Gregory Schier
2026-09-14 13:41:33 -07:00
committed by GitHub
parent 0337ef35c9
commit 7c660f4528
+28 -21
View File
@@ -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