PoE :: Component :: Server :: JSONRPC.

POE TCPまたはHTTPベースのJSON-RPCサーバー
今すぐダウンロード

PoE :: Component :: Server :: JSONRPC. ランキングとまとめ

広告

  • Rating:
  • ライセンス:
  • Perl Artistic License
  • 価格:
  • FREE
  • 出版社名:
  • Come BERNIGAUD
  • 出版社のWebサイト:
  • http://search.cpan.org/mcmic/

PoE :: Component :: Server :: JSONRPC. タグ


PoE :: Component :: Server :: JSONRPC. 説明

POE :: Component :: Server :: JSONRPCはPERLモジュール、TCPまたはHTTPベースのJSON-RPCサーバー用のPoEコンポーネントです。仕様はhttp://json-rpc.org/で定義されており、このモジュールはJSON-RPCを使用します。 1.0 SPEC(1.1はTCPストリームをカバーしません).SYNOPSIS #HTTPバージョン:PoE :: Component :: Server :: JSONRPC :: HTTP->新品(Port => 3000、Handler => {'echo' => 'echo' 、 'sum' => 'sum'、}、sslkey => '/ path/to/the/server.key'、sslcert => '/ path/to/the/server.crt'、authenticate => authentication_handler、 #authentication_handlerは、2つのパラメータのログインとパスワード、#を持ち、接続が成功した場合はtrueを返す関数でなければなりません。それ以外の場合はfalse; #tcp version:PoE :: Component :: Server :: JSONRPC :: TCP-> New(Port => 3000、Handler => {'Echo' => 'echo'、 'sum' => 'sum'、}、}、 );サブecho {My($ kernel、$ JSONRPC、$ ID、@params)= @_ ; $ kernel-> post($ jsonrpc => 'result' => $ id、@params); {My($ kernel、$ JSONRPC、$ ID、@params)= @_ ; $ kernel-> post($ JSONRPC => 'result' => $ ID、$ params + $ params );製品のホームページ


PoE :: Component :: Server :: JSONRPC. 関連ソフトウェア