19 lines
1.1 KiB
Markdown
19 lines
1.1 KiB
Markdown
|
# Restclient contribution layer
|
||
|
|
||
|
## What is this?
|
||
|
This is a package that lets you have a REPL-like interface
|
||
|
for http requests. Full documentation and examples can be found in the
|
||
|
package's [GitHub Page](https://github.com/pashky/restclient.el).
|
||
|
|
||
|
Also there is an [Emacs Rocks!](http://emacsrocks.com/e15.html) episode of it.
|
||
|
|
||
|
## Keybindings
|
||
|
|
||
|
| Key Binding | Description |
|
||
|
|------------------------------------|------------------------------------------------------------------------------------|
|
||
|
| <kbd>SPC m s</kbd> | Send and stay in window (pretty-print response if possible) |
|
||
|
| <kbd>SPC m S</kbd> | Send and switch window (pretty-print response if possible) |
|
||
|
| <kbd>SPC m r</kbd> | Send and stay in window (do not attempt to pretty-print) |
|
||
|
| <kbd>SPC m R</kbd> | Send and switch window (do not attempt to pretty-print) |
|
||
|
|