Module: Ronin::Support::Web

Includes:
Mixin
Defined in:
lib/ronin/support/web.rb,
lib/ronin/support/web/xml.rb,
lib/ronin/support/web/html.rb,
lib/ronin/support/web/agent.rb,
lib/ronin/support/web/mixin.rb,
lib/ronin/support/web/version.rb,
lib/ronin/support/web/websocket.rb,
lib/ronin/support/web/xml/mixin.rb,
lib/ronin/support/web/html/mixin.rb,
lib/ronin/support/web/agent/mixin.rb,
lib/ronin/support/web/websocket/mixin.rb,
lib/ronin/support/web/websocket/client.rb,
lib/ronin/support/web/websocket/server.rb,
lib/ronin/support/web/websocket/socket.rb,
lib/ronin/support/web/websocket/url_methods.rb

Overview

Top-level namespace for ronin-support-web.

Example

require 'ronin/support/web'
include Ronin::Support::Web

html_parse "<html>...</html>"
# => #<Nokogiri::HTML::Document: ...>

Defined Under Namespace

Modules: HTML, Mixin, WebSocket, XML Classes: Agent

Constant Summary collapse

VERSION =

ronin-support-web version

'0.1.0.1'

Method Summary

Methods included from WebSocket::Mixin

#websocket_accept, #websocket_connect, #websocket_connect_and_send, #websocket_open?, #websocket_send, #websocket_server, #websocket_server_loop, #ws_accept, #ws_connect, #ws_connect_and_send, #ws_open?, #ws_send, #ws_server, #ws_server_loop, #wss_accept, #wss_connect, #wss_connect_and_send, #wss_open?, #wss_send, #wss_server, #wss_server_loop

Methods included from Agent::Mixin

#web_agent, #web_get, #web_get_html, #web_get_json, #web_get_xml, #web_post, #web_post_html, #web_post_json, #web_post_xml

Methods included from XML::Mixin

#xml_build, #xml_open, #xml_parse

Methods included from HTML::Mixin

#html_build, #html_open, #html_parse