Crates.io | rust-oauth-proxy |
lib.rs | rust-oauth-proxy |
version | 0.1.0 |
source | src |
created_at | 2016-10-13 15:07:04.455226 |
updated_at | 2016-10-13 15:07:04.455226 |
description | A small http proxy to sign requests using OAuth 1.0 |
homepage | |
repository | https://github.com/bomgar/rust-oauth-proxy |
max_upload_size | |
id | 6836 |
size | 31,340 |
Rust OAuth Proxy
[[https://travis-ci.org/bomgar/rust-oauth-proxy][file:https://travis-ci.org/bomgar/rust-oauth-proxy.svg?branch=master]]
A small http proxy to sign requests using OAuth 1.0.
** Usage
Provide a consumer key and secret. See help for details.
#+BEGIN_SRC shell-script rust-oauth-proxy --help #+END_SRC
** Curl
Add the proxy to your curl command using the -x parameter.