I hereby claim:
- I am bipthelin on github.
- I am bip (https://keybase.io/bip) on keybase.
- I have a public key whose fingerprint is 9C67 11D3 2584 52B9 E13F A98C 65C3 23A1 42C7 590A
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| -module(res_test). | |
| -export([init/3, rest_init/2, allowed_methods/2]). | |
| -export([content_types_provided/2]). | |
| -export([get_resource/2]). | |
| init(_Transport, _Req, _Opts) -> | |
| {upgrade, protocol, cowboy_http_rest}. |
| filetype plugin indent on | |
| color Kellys | |
| set tabstop=4 | |
| set shiftwidth=4 | |
| set softtabstop=4 | |
| set expandtab | |
| set noautochdir |