Payments for developers Stripe makes it easy to start accepting credit cards on the web today. Get Started with Stripe Full-stack payments You don't need a merchant account or gateway. Stripe handles everything for you, including storing card... 続きを読む
curlよりも直感的なhttpclientとのことで、早速これを試しに使ってみる。 https://github.com/jkbr/httpie インストール まずpipというpythonのパッケージ管理ツールが必要らしい。ということでpipを入れます sudo yum install python-pip sudo easy_install pi... 続きを読む
Sinon.JS 0.6.0 - Fake XMLHttpRequest and improved test framework integration Sinon.JS 0.6.0 is out and it features a new FakeXMLHttpRequest object and a high-level interface for testing xhr-dependent code along with improvements to sinon.sand... 続きを読む
Guy's POD 2012.6.12のエントリGuy's Pod » Blog Archive » Not as SPDY as You ThoughtAkamaiでChief Product Architectという肩書きを持つエンジニアによるspdy検証エントリ spdyを実戦投入してもたちまち速くなるわけじゃないことを検証してるトラフィック数... 続きを読む
Here at Nodejitsu, we believe strongly in supporting the thriving open-source community around us, and one of our more popular open-source tools is node-http-proxy. It is full-featured, robust, and extremely easy to use - not to mention battl... 続きを読む
node-http-proxy - v0.3.1 Battle-hardened node.js http proxy Features reverse-proxies incoming http.Server requests can be used as a CommonJS module in node.js uses event buffering to support application latency in proxied requests can proxy b... 続きを読む
IIJ-II技術研究所では、2009年の秋からMighttpd(mightyと読む)というWebサーバの開発を始め、オープンソースとして公開しています。この実装を通じて、マルチコアの性能を引き出しつつ、コードの簡潔性を保てるアーキテクチャにたどり着きました。ここでは、... 続きを読む
Twitter popularized the term "firehose API", to mean a realtime stream of data sent through a persistent connection. But even if you're not a realtime service, streaming APIs are great for pushing data from the backend to clients. They reduce... 続きを読む
iPhone HTTP Streaming with FFMpeg and an Open Source Segmenterの要約です。iPhone 3.0およびQuickTimeXに対してWebサーバからストリーミングを送信できる。HTTPプロトコル経由で送信しているため、ファイアウォールでブロックされることが少ない。HTTP Live... 続きを読む
お客様が developerWorks に初めてサインインすると、プロフィールが作成されます。プロフィールで選択した情報は公開されますが、いつでもその情報を編集できます。お客様の姓名(非表示設定にしていない限り)とディスプレイ・ネームは、投稿するコンテンツと... 続きを読む
0.4.6 Changelog * raw response headers view * raw request headers input box & sort * minor bug fixes and improvements Thank you for your feedback! 続きを読む
Norwegian Rubyist August Lilleaas has been busy putting together a ton of examples of using the Net::HTTP Ruby library that comes with most Ruby distributions. I asked him if it'd be okay to put some of them directly on Ruby Inside for refere... 続きを読む
app.psgi 1 ファイルだけの簡単な PSGI アプリを書くとき、200 やら 302 やら 501 を返すのにいちいち ArrayRef を書いて返すのが面倒なので、モジュールを書いて簡単にできるようにしてみました。 モジュールを use すると HTTP::Status が提供する定数と同じ... 続きを読む
Tuesday, August 31, 2010 Turn your Android Phone Into a Remote Spy Camera with Ruby in 15 Minutes It's been a great year for Ruby on Android, but no one knows it. Sinatra running on a Motorola Droid You can start writing Ruby apps for Android... 続きを読む
March 22, 2012 10:41 pm | 1 Comment “The fastest HTTP request is the one not made.” I always smile when I hear a web performance speaker say this. I forget who said it first, but I’ve heard it numerous times at conferences and meetups over... 続きを読む
wired.com webmonkey 2012.3.9の記事Twitter Catches the 'SPDY' Train | Webmonkey | Wired.comf:id:vwxyz:20120311121025p:image以下斜め読んだ内容api.twitter.comへの通信にSPDYが使われてるSPDYおさらい "speedy"と同じ発音HTTPを代替するもの ページやフ... 続きを読む
作者 Mark Little , 翻訳者 笹井 崇司 投稿日 2012年3月7日 セクション エンタープライズ・アーキテクチャ, 設計/アーキテクチャ, デベロップメント トピック JCP Standards , Java , 言語 , REST , 標準化 , プログラミング , Architecture , エンタープライズ... 続きを読む
Posted by fxn February 26, 2012 @ 01:54 AMWhat is PATCH? The HTTP method PUT means resource creation or replacement at some given URL. Think files, for example. If you upload a file to S3 at some URL, you want either to create the file at tha... 続きを読む
Big thanks to Mathias Bynens for the guest post today! I'd call this a bonafide CSS trick! A few days ago, Chris tweeted: If we could stack pseudoBig thanks to Mathias Bynens for the guest post today! I'd call this a bonafide CSS trick!A few ... 続きを読む
Inspect HTTP requests. RequestBin lets you create a URL that will collect requests made to it, then let you inspect them in a human-friendly way. Use RequestBin to see what your HTTP client is sending or to look at webhook requests. Create a ... 続きを読む