15件ヒット
[1-15件を表示]
(0.084秒)
キーワード
-
webrick
/ httpauth / basicauth (12) - xmlrpc (3)
検索結果
-
webrick
/ httpauth / basicauth (18017.0) -
HTTP の Basic 認証のためのライブラリです。
...HTTP の Basic 認証のためのライブラリです。... -
xmlrpc (67.0)
-
XML-RPC を扱うためのライブラリです。
...い。
=== Author and Copyright
Copyright (C) 2001-2004 by Michael Neumann
Released under the same term of license as Ruby.
=== Overview
XMLRPC is a lightweight protocol that enables remote procedure calls over
HTTP. It is defined at http://www.xmlrpc.com.
XMLRPC allows you to create simple d......that span
computer languages. Its distinctive feature is its simplicity compared to
other approaches like SOAP and CORBA.
The Ruby standard library package 'xmlrpc' enables you to create a server that
implements remote procedures and a client that calls them. Very little code
is required to achi......* multiCall
* optionally nil values and integers larger than 32 Bit
* Server
* Standalone XML-RPC server
* CGI-based (works with FastCGI)
* Apache mod_ruby server
* WEBrick servlet
* Client
* synchronous/asynchronous calls
* Basic HTTP-401 Authentification
*...