You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
3.9 KiB
4 lines
3.9 KiB
<!DOCTYPE html><meta charset="UTF-8"><meta http-equiv="Content-Language" content="en" /><title>webdriver.http</title><link href="dossier.css" rel="stylesheet" type="text/css"><div id="main-wrapper"><input type="checkbox" id="sidenav-toggle" /><main><header><h1>Namespace webdriver.http</h1><a class="source" href="source/lib/webdriver/http/http.js.src.html#l20">code »</a></header><section></section><section><h2>Interfaces</h2><div class="type-summary"><table><tbody><tr><td><dl><dt><a href="interface_webdriver_http_Client.html">webdriver.http.Client</a><dd>Interface used for sending individual HTTP requests to the server.</dl></table></div></section><section><h2>Classes</h2><div class="type-summary"><table><tbody><tr><td><dl><dt><a href="class_webdriver_http_CorsClient.html">webdriver.http.CorsClient</a><dd>Communicates with a WebDriver server, which may be on a different domain,
|
|
using the <a href="http://www.w3.org/TR/cors/">cross-origin resource sharing
|
|
</a> (CORS) extension to WebDriver's JSON wire protocol.<dt><a href="class_webdriver_http_Executor.html">webdriver.http.Executor</a><dd>A command executor that communicates with a server using the WebDriver
|
|
command protocol.<dt><a href="class_webdriver_http_Request.html">webdriver.http.Request</a><dd>Describes a partial HTTP request.<dt><a href="class_webdriver_http_Response.html">webdriver.http.Response</a><dd>Represents a HTTP response.<dt><a href="class_webdriver_http_XhrClient.html">webdriver.http.XhrClient</a><dd>A HTTP client that sends requests using XMLHttpRequests.</dl></table></div></section><div id="visibility-controls"><b>Show:</b><label for="show-public"><span><input type="checkbox" id="show-public" checked/></span>Public</label><label for="show-protected"><span><input type="checkbox" id="show-protected"/></span>Protected</label><label for="show-private"><span><input type="checkbox" id="show-private"/></span>Private</label></div><section id="static-functions"><h2>Global Functions</h2><div class="wrap-details private"><div><details class="function"><summary><div><a class="source" href="source/lib/webdriver/http/http.js.src.html#l323">code »</a><span class="member"><a name="webdriver.http.headersToString_">webdriver.http.headersToString_</a> <span class="args">( headers )</span> ⇒ <code class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code></span></div><p>Converts a headers object to a HTTP header block string.</summary><div class="info"><table><tbody><tr><th>Parameters<tr><td><dl><dt>headers: <code class="type">!<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>.<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>></code><dd>The headers object to convert.</dl><tr><th>Returns<tr><td><dl>The headers as a string.</dl></table></div></details></div></div></section></main><nav id="topnav"><div><div id="menubutton"><label for="sidenav-toggle">Menu</label></div><form id="searchbox"><div><input type="search" placeholder="Search" tabindex="1"></div></form></div></nav><nav id="sidenav"><input type="checkbox" id="sidenav-types-ctrl" /><input type="checkbox" id="sidenav-files-ctrl" /><input type="checkbox" id="sidenav-modules-ctrl" /><a id="sidenav-overview"><div><h4>Overview</h4></div></a><div id="sidenav-types"><label for="sidenav-types-ctrl"><h4>Types</h4></label><i>No data</i></div><div id="sidenav-modules"><label for="sidenav-modules-ctrl"><h4>Modules</h4></label><i>No data</i></div><div id="sidenav-files"><label for="sidenav-files-ctrl"><h4>Files</h4></label><i>No data</i></div><a href="license.html"><div><h4>License</h4></div></a></nav><div id="push-footer"></div></div><footer><a href="https://github.com/jleyba/js-dossier">Generated by dossier</a></footer><script src="types.js"></script><script src="dossier.js"></script> |