# Wijmo_Viewer.Ihttprequesthandler

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								IHttpRequestHandler Interface
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Represents a routine for processing HTTP requests.</p>
								</div>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="target">IHttpRequestHandler</span>
								</li>
							</ul>
						</section>
						<section class="">
							<h3>Implemented by</h3>
							<ul class="tsd-hierarchy">
								<li><a href="../classes/wijmo_viewer.pdfviewer.html" class="tsd-signature-type">PdfViewer</a></li>
								<li><a href="../classes/wijmo_viewer.reportviewer.html" class="tsd-signature-type">ReportViewer</a></li>
								<li><a href="../classes/wijmo_viewer.viewerbase.html" class="tsd-signature-type">ViewerBase</a></li>
								<li><a href="../classes/wijmo_angular2_viewer.wjpdfviewer.html" class="tsd-signature-type">WjPdfViewer</a></li>
								<li><a href="../classes/wijmo_angular2_viewer.wjreportviewer.html" class="tsd-signature-type">WjReportViewer</a></li>
							</ul>
						</section>
						<section class="tsd-index-group">
							<section class="tsd-index-panel">
								<div class="tsd-index-content">
									<section class="tsd-index-section ">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Properties
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_viewer.ihttprequesthandler.html#requestheaders" class="tsd-kind-icon">request<wbr>Headers</a></li>
										</ul>
									</section>
									<section class="tsd-index-section ">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Methods
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-method tsd-parent-kind-interface"><a href="wijmo_viewer.ihttprequesthandler.html#beforesend" class="tsd-kind-icon">before<wbr>Send</a></li>
										</ul>
									</section>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Properties</h2>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="requestheaders" class="tsd-anchor"></a>
								<h3>requestHeaders</h3>
								<div class="tsd-signature tsd-kind-icon">request<wbr>Headers<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets an object containing request headers to be used when sending or requesting data.</p>
									</div>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Methods</h2>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface">
								<a name="beforesend" class="tsd-anchor"></a>
								<h3>beforeSend</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface">
									<li class="tsd-signature tsd-kind-icon">before<wbr>Send<span class="tsd-signature-symbol">(</span>args<span class="tsd-signature-symbol">: </span><a href="../classes/wijmo_viewer.requesteventargs.html" class="tsd-signature-type">RequestEventArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Occurs before the request is sent to the server.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>args: <a href="../classes/wijmo_viewer.requesteventargs.html" class="tsd-signature-type">RequestEventArgs</a></h5>
												<div class="tsd-comment">
													<p>Describes the current request.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
						</section>
					</div>