rest-client
Here are 1,148 public repositories matching this topic...
-
Updated
Jun 28, 2022 - Go
-
Updated
Jul 7, 2022 - TypeScript
-
Updated
Jul 8, 2022 - TypeScript
-
Updated
Jun 20, 2022 - C#
-
Updated
Apr 28, 2022 - TypeScript
Expected behaviour
The following code snippet:
RestClient::Connection* conn = new RestClient::Connection("https://httpbin.org");
RestClient::Response& r = conn->get("/get");
for(auto& name : { "date", "Date" }) {
try {
std::string& value = r.headers.at(name);
std::cout << name << ": \"" << value << "\"" << std::endl;
} catch(st
-
Updated
May 20, 2022 - Java
Resizeable sidebar
-
Updated
Jul 8, 2022 - Python
-
Updated
Jun 23, 2022 - C++
-
Updated
Dec 9, 2021 - Java
-
Updated
Jul 4, 2022 - TypeScript
-
Updated
Jun 23, 2022 - TypeScript
-
Updated
Jul 6, 2022 - JavaScript
-
Updated
Jul 3, 2022 - C++
- 2 Udash apps should work just fine in a single JVM
- the API is pretty ugly and even the docs suggest wrapping it
Thanks for your work so far! I really like the idea of this plugin. It's one step ahead to use nvim as a complete IDE.
But if I am right, rest.nvim does not follow the RFC 2616 format completely.
The following request does not work, but should according to RFC:
GET /pub/WWW/ HTTP/1.1
Host: www.w3.org
It get
-
Updated
Jun 15, 2022 - Python
-
Updated
Feb 20, 2022 - TypeScript
Cookies
-
Updated
May 5, 2022 - Python
-
Updated
Jun 5, 2022 - F#
-
Updated
Jul 7, 2022 - JavaScript
-
Updated
Jul 4, 2022 - JavaScript
-
Updated
May 13, 2022 - Python
-
Updated
May 2, 2022 - Go
-
Updated
Sep 3, 2021 - Python
Improve this page
Add a description, image, and links to the rest-client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rest-client topic, visit your repo's landing page and select "manage topics."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.


Is your feature request related to a problem? Please describe.
Usually I totally against codegen options which modifies one line of code, but this one looks really handy.
Describe the solution you'd like
Add declareStrictTypes switch option to
AbstractPhpCodegenclass, then: