Lines Matching refs:mruby
282 The current mruby extension API is experimental and not frozen. The
288 fresh new mruby string, which involves memory allocation, and
293 nghttpx allows users to extend its capability using mruby scripts.
294 nghttpx has 2 hook points to execute mruby script: request phase and
302 There are 2 levels of mruby script invocations: global and
303 per-pattern. The global mruby script is set by :option:`--mruby-file`
304 option and is called for all requests. The per-pattern mruby script
305 is set by "mruby" parameter in :option:`-b` option. It is invoked for
314 Please note that request and response hooks of per-pattern mruby
322 The all mruby script will be evaluated once per thread on startup, and
543 mruby scripting at the moment.