CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 21 Aug 2025 04:04:52 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090604064526
location: https://web.archive.org/web/20090604064526/https://github.com/mojombo/bertrpc/tree/v0.1.0
server-timing: captures_list;dur=1.731714, exclusion.robots;dur=0.037964, exclusion.robots.policy;dur=0.022525, esindex;dur=0.014802, cdx.remote;dur=26.222519, LoadShardBlock;dur=255.029735, PetaboxLoader3.datanode;dur=93.169974, PetaboxLoader3.resolve;dur=89.020218
x-app-server: wwwb-app201
x-ts: 302
x-tr: 326
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app201; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 21 Aug 2025 04:04:53 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Thu, 04 Jun 2009 06:45:26 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 388ms
x-archive-orig-etag: "04a9375b8ea27fe0529566a8ebe87bbd"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 20147
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 04 Jun 2009 06:45:26 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 04 Jun 2009 06:45:26 GMT", ; rel="memento"; datetime="Thu, 04 Jun 2009 06:45:26 GMT", ; rel="last memento"; datetime="Thu, 04 Jun 2009 06:45:26 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_10_20090604055352_crawl102-c/52_10_20090604064326_crawl101.arc.gz
server-timing: captures_list;dur=0.519108, exclusion.robots;dur=0.022790, exclusion.robots.policy;dur=0.013612, esindex;dur=0.010754, cdx.remote;dur=6.758638, LoadShardBlock;dur=160.174509, PetaboxLoader3.datanode;dur=117.139212, PetaboxLoader3.resolve;dur=199.665421, load_resource;dur=248.702634
x-app-server: wwwb-app201
x-ts: 200
x-tr: 470
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
mojombo's bertrpc at v0.1.0 - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Run the following if you haven't already:
gem sources -a https://gems.github.com
Install the gem(s):
sudo gem install mojombo-bertrpc
Description: | BERTRPC is a Ruby BERT-RPC client library. |
Clone URL: |
git://github.com/mojombo/bertrpc.git
Give this clone URL to anyone.
git clone git://github.com/mojombo/bertrpc.git
|
bertrpc /
name | age | message | |
---|---|---|---|
![]() |
.document | Loading commit data... ![]() |
|
![]() |
.gitignore | Mon May 18 19:24:30 -0700 2009 | Initial commit to bertrpc. [mojombo] |
![]() |
LICENSE | Mon May 18 19:24:30 -0700 2009 | Initial commit to bertrpc. [mojombo] |
![]() |
README.md | ||
![]() |
Rakefile | Mon May 18 19:48:41 -0700 2009 | add gemspec [mojombo] |
![]() |
VERSION | ||
![]() |
bertrpc.gemspec | ||
![]() |
lib/ | ||
![]() |
test/ |
BERTRPC
By Tom Preston-Werner (tom@mojombo.com)
WARNING: This software is alpha and should not be used in production without extensive testing. You should not consider this project production ready until it is released as 1.0.
Description
BERTRPC is a Ruby BERT-RPC client library.
Installation
gem install mojombo-bertrpc -s https://gems.github.com
Example
require 'bertrpc'
svc = BERTRPC::Service.new('localhost', 9999)
svc.calc.add.call(1, 2)
# => 3
This generates a BERT-RPC request like so:
-> {call, calc, add, [1, 2]}
Copyright
Copyright (c) 2009 Tom Preston-Werner. See LICENSE for details.
This feature is coming soon. Sit tight!