-
```
I use Restclient for tetsing and would find it useful to be able to store test
information along with the request.
It could be in the top or bottom section of the GUI.
GEORGE LUDGATE
```
Orig…
-
```
I use Restclient for tetsing and would find it useful to be able to store test
information along with the request.
It could be in the top or bottom section of the GUI.
GEORGE LUDGATE
```
Orig…
-
Request block:
```
POST https://example.com
Content-Type: application/json
{
"order_ref": "12321312",
"total": 123,
"items": [
{
"item_title": "Payment Test in…
-
```
Using the restclient gui I cannot see any way of sending chunked data.
You can receive chunked data fine.
This would be really useful for testing
```
Original issue reported on code.google.c…
-
```
Using the restclient gui I cannot see any way of sending chunked data.
You can receive chunked data fine.
This would be really useful for testing
```
Original issue reported on code.google.c…
-
using System;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json; // Install Newtonsoft.Json package via NuGet
public class T…
-
@yuriwoof commented on [Sun May 05 2019](https://github.com/Azure/azure-sdk-for-net/issues/6126)
**Describe the bug**
Customer can get "instanceView" of ACI about 5 months ago but they cannot retrie…
-
Here's what I get when running ruby app.rb
/Users/connection/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:762:in `initialize': Connection refused - connect(2) (Errno::ECONNREFUSED)
from…
-
Hi, I am using this extension for sending Test results from AzureDevOps build pipeline. I am facing an issue using the tool. This could be more a question than an issue.
**Problem#1**
I added SMTP…
-
微信支付遇到 Zlib::DataError (unknown compression method) 求解决方案!