CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 04 Sep 2025 04:09:30 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091005101539
location: https://web.archive.org/web/20091005101539/https://github.com/progrium/protocol-droid
server-timing: captures_list;dur=0.552531, exclusion.robots;dur=0.017542, exclusion.robots.policy;dur=0.007901, esindex;dur=0.010803, cdx.remote;dur=47.012851, LoadShardBlock;dur=255.580459, PetaboxLoader3.datanode;dur=142.239276, PetaboxLoader3.resolve;dur=60.933594
x-app-server: wwwb-app210
x-ts: 302
x-tr: 341
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app210; 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, 04 Sep 2025 04:09:31 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 05 Oct 2009 10:15:39 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "b93d16ec9dbaec95417695d16da046ef"
x-archive-orig-x-runtime: 122ms
x-archive-orig-content-length: 22325
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 05 Oct 2009 10:15:39 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 05 Oct 2009 10:15:39 GMT", ; rel="memento"; datetime="Mon, 05 Oct 2009 10:15:39 GMT", ; rel="next memento"; datetime="Mon, 11 Jun 2018 01:27:14 GMT", ; rel="last memento"; datetime="Thu, 22 Oct 2020 12:08:49 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: 51_12_20091005035138_crawl103-c/51_12_20091005101408_crawl101.arc.gz
server-timing: captures_list;dur=0.829063, exclusion.robots;dur=0.030581, exclusion.robots.policy;dur=0.014383, esindex;dur=0.017155, cdx.remote;dur=12.479164, LoadShardBlock;dur=176.074874, PetaboxLoader3.datanode;dur=137.144618, PetaboxLoader3.resolve;dur=179.366525, load_resource;dur=173.965212
x-app-server: wwwb-app210
x-ts: 200
x-tr: 423
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
progrium's protocol-droid 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 (

Description: | Universal (read: HTTP) protocol bridge edit |
Homepage: | edit |
Public Clone URL: |
git://github.com/progrium/protocol-droid.git
Give this clone URL to anyone.
git clone git://github.com/progrium/protocol-droid.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:progrium/protocol-droid.git
|
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Wed Apr 29 21:00:40 -0700 2009 | initial commit. has same funciontality as restf... [progrium] |
![]() |
NOTES | Fri Aug 14 23:30:47 -0700 2009 | adding GET listen interface to see state of lis... [progrium] |
![]() |
README.md | Sat Jun 20 05:46:34 -0700 2009 | added smtp server and xmpp client. minor refact... [progrium] |
![]() |
pdroid/ | Sat Sep 19 01:58:36 -0700 2009 | trying this out [progrium] |
![]() |
twisted/ | Sat Jun 20 05:46:34 -0700 2009 | added smtp server and xmpp client. minor refact... [progrium] |
README.md
Protocol Droid is aimed at being a universal protocol bridge. It's first mission is to provide HTTP interfaces to other protocols. However, the long term goal is to have arbitrary bridges. Of course, the idea is to add them as needed for actual use cases. This is why the initial goal is to focus on HTTP based bridges, since this is a very practical use with all this webhook and cloud-side code business.
Supported (yet likely incomplete) outgoing connection interfaces: HTTP-Socket HTTP-SMTP
Supported (yet likely incomplete) listening interfaces: * HTTP-SMTP
Prototcol wishlist: IMAP IRC FTP SSH XMPP DNS? * LDAP
This feature is coming soon. Sit tight!