Sha256: 7bf9348aa49f3ebb8478afcaec8e2028562a3081e21a66da50f2d6eca5f11435
Contents?: true
Size: 691 Bytes
Versions: 1
Compression:
Stored size: 691 Bytes
Contents
# textbringer-http_client HTTP client plugin for [Textbringer](https://github.com/shugo/textbringer). ## Installation $ gem install textbringer-http_client ## Usage Type `M-x send_http_request` to send an HTTP request, for example, in the following buffer: ``` POST http://localhost:4000/graphql Content-Type: application/json { "query":"query todo{ todo(id: 1) { id content } }", "variables":null, "operationName":"todo" } ``` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/shugo/textbringer-http_client. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
textbringer-http_client-0.0.2 | README.md |