CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 31 Jul 2025 00:31:18 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090606172852
location: https://web.archive.org/web/20090606172852/https://github.com/mojombo/bertrpc/tree/master
server-timing: captures_list;dur=2.330117, exclusion.robots;dur=0.060545, exclusion.robots.policy;dur=0.045411, esindex;dur=0.015924, cdx.remote;dur=51.927306, LoadShardBlock;dur=443.916133, PetaboxLoader3.datanode;dur=129.866915, PetaboxLoader3.resolve;dur=215.383371
x-app-server: wwwb-app28
x-ts: 302
x-tr: 566
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app28; 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, 31 Jul 2025 00:31:20 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Sat, 06 Jun 2009 17:28:51 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 182ms
x-archive-orig-etag: "51a21c81faf67991441fa03d4ca5c230"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 21267
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 06 Jun 2009 17:28:52 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 01 Jun 2009 11:07:17 GMT", ; rel="prev memento"; datetime="Wed, 03 Jun 2009 03:59:21 GMT", ; rel="memento"; datetime="Sat, 06 Jun 2009 17:28:52 GMT", ; rel="last memento"; datetime="Sat, 06 Jun 2009 17:28:52 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_20090606112750_crawl101_IndexOnly-c/52_10_20090606172723_crawl101.arc.gz
server-timing: captures_list;dur=1.042336, exclusion.robots;dur=0.041058, exclusion.robots.policy;dur=0.024112, esindex;dur=0.016758, cdx.remote;dur=15.029293, LoadShardBlock;dur=176.076116, PetaboxLoader3.datanode;dur=1843.655286, PetaboxLoader3.resolve;dur=178.437637, load_resource;dur=1873.105241
x-app-server: wwwb-app28
x-ts: 200
x-tr: 2195
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
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 master - 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 | Mon May 18 19:33:40 -0700 2009 | add readme [mojombo] |
![]() |
.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 | Mon May 18 19:42:10 -0700 2009 | cleaner call arity semantics [mojombo] |
![]() |
Rakefile | Mon May 18 19:48:41 -0700 2009 | add gemspec [mojombo] |
![]() |
VERSION | Wed May 27 17:27:19 -0700 2009 | Version bump to 0.1.2 [mojombo] |
![]() |
bertrpc.gemspec | Wed May 27 17:27:23 -0700 2009 | Regenerated gemspec for version 0.1.2 [mojombo] |
![]() |
lib/ | Wed May 27 17:26:57 -0700 2009 | better errors for incoming protocol failures [mojombo] |
![]() |
test/ | Wed May 27 17:26:57 -0700 2009 | better errors for incoming protocol failures [mojombo] |
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!