Module: Hyde - - - -
--
-
- Defined in: -
- lib/hyde.rb,
- lib/hyde/node.rb,
lib/hyde/path.rb,
lib/hyde/probe.rb,
lib/hyde/server.rb,
lib/hyde/request.rb,
lib/hyde/response.rb,
lib/hyde/template.rb,
lib/hyde/util/html.rb,
lib/hyde/util/query.rb,
lib/hyde/util/cookie.rb,
lib/hyde/util/errors.rb,
lib/hyde/util/lookup.rb,
lib/hyde/template/erb.rb,
lib/hyde/probe/handler.rb,
lib/hyde/template/erubi.rb,
lib/hyde/util/multipart.rb,
lib/hyde/util/parseutils.rb,
lib/hyde/dsl/methods_path.rb,
lib/hyde/pattern_matching.rb,
lib/hyde/dsl/methods_probe.rb,
lib/hyde/probe/http_method.rb,
lib/hyde/util/parsesorting.rb,
lib/hyde/dsl/methods_common.rb,
lib/hyde/probe/serve_handler.rb,
lib/hyde/dsl/methods_template.rb,
lib/hyde/dsl/constructors_path.rb,
lib/hyde/pattern_matching/glob.rb,
lib/hyde/pattern_matching/util.rb,
lib/hyde/dsl/constructors_probe.rb,
lib/hyde/pattern_matching/rematch.rb -
-
Overview
Hyde is a hideously simple ruby web framework
- - -Defined Under Namespace
-- - - Modules: DSL, Handlers, PatternMatching, Templates, Util - - - - Classes: Cookie, Error, Node, ParsingError, Path, PathContext, Pattern, Probe, ProbeContext, ProcessorContext, Request, Response, Server, ServerContext, Template, TemplateContext - - -
- - -- Constant Summary - collapse -
- --
-
-
- VERSION =
- -- ---
Hyde version
- - -
- '0.8 (beta/rewrite)'
-
- - VLINE =
- -- ---
Hyde branding and version
- - -
- "Hyde/#{Hyde::VERSION} (Ruby/#{RUBY_VERSION}/#{RUBY_RELEASE_DATE})\n"
-
- - COPYRIGHT =
- -- ---
Hyde copyright
- - -
- "Copyright 2023 Yessiest"
-
-