Aurélien Bénel

Results 14 comments of Aurélien Bénel

Indeed! One of the reason to use "git commit --amend" is for example to remove a file (or a few lines from a file) from the last commit. That would...

It cannot be documented here because it doesn't depend on RESTClient but on the service you are "talking" to. Most of services want your data to be formatted in XML...

Which version of Firefox?

I personally use RESTClient very frequently with no problem. Here are some different workarounds you may try: 1. clear RESTClient settings (open `about:config` URI, search for `restclient`, select every `extension.restclient`...

It seems to be already feasible: ![custom](https://f.cloud.github.com/assets/597307/2215834/177e4f6c-99fd-11e3-8add-45e215277f09.png) Could you please describe the exact scenario that failed?

@kblain1967, it's not uncommon that I add 2 or 3 custom headers to my requests (by clicking several times the menu item). However, there is a bug sometimes when you...

You mean the history of the whole request (with method and body), right?

It seems related to issue #108.

Hi @paulmcgee > `curl -X GET -k -H 'Accept: application/json' -H 'X-Api-Token: 69f0781a-ab7f-42a1-84d4-45c0a821af75' -i 'https://dmarc.postmarkapp.com/records/my'` The command itself seems to be valid (tested here on zsh with curl 7.64.1). Here...

The "method" field is not a simple list but a combo-box. You can type any method you want (like `PATCH`).