るりまサーチ

最速Rubyリファレンスマニュアル検索!
36件ヒット [1-36件を表示] (0.015秒)

別のキーワード

  1. socket tcp_server_sockets
  2. socket udp_server_sockets
  3. socket tcp_server_loop
  4. socket udp_server_loop
  5. socket unix_server_socket

ライブラリ

クラス

検索結果

Gem::Server#quick(request, response) -> () (21101.0)

メソッド名に対応する URI に対するリクエストを処理するメソッドです。

メソッド名に対応する URI に対するリクエストを処理するメソッドです。

@param request WEBrick::HTTPRequest オブジェクトが自動的に指定されます。

@param response WEBrick::HTTPResponse オブジェクトが自動的に指定されます。

rubygems/server (6030.0)

Gem パッケージを配布したり Gem パッケージに同梱されているドキュメントを参照するための 簡易ウェブサーバを動かすためのライブラリです。

...されているドキュメントを参照するための
簡易ウェブサーバを動かすためのライブラリです。

rubygems/commands/server_command を使用して起動するウェブサーバの本体です。

このライブラリを使用したウェブサーバは以下の設定...
...新バージョンの情報 (パッケージ名、バージョン、プラットフォーム) を返します。
: "/quick/index", "/quick/index.rz", "/quick/latest_index", "/quick/latest_index.rz"
インストールされている Gem パッケージの一覧を返します。
: "/gems/"
ダウ...

rubygems/commands/generate_index_command (48.0)

ある Gem サーバに対するインデックスを作成するためのライブラリです。

...--debug Ruby 自体のデバッグオプションを有効にします
Summary:
Generates the index files for a gem server directory
Description:
The generate_index command creates a set of indexes for serving gems
statically. The command expects a 'g...
...you want to
index
quick
/index
quick
/index.rz # quick index manifest
quick
/<gemname>.gemspec.rz # legacy YAML quick index
file
quick
/Marshal.<version>/<gemname>.gemspec.rz # Marshal quick index file
Ma...