mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
2 lines
3.0 KiB
JavaScript
2 lines
3.0 KiB
JavaScript
|
/*! For license information please see 8b20100c.b15e7596.js.LICENSE.txt */
|
||
|
"use strict";(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([[59436],{25231:(e,r,t)=>{t.r(r),t.d(r,{assets:()=>a,contentTitle:()=>p,default:()=>u,frontMatter:()=>o,metadata:()=>d,toc:()=>i});var s=t(85893),n=t(11151);const o={sidebar_label:"HTTPResponse.remoteAddress"},p="HTTPResponse.remoteAddress() method",d={id:"api/puppeteer.httpresponse.remoteaddress",title:"HTTPResponse.remoteAddress() method",description:"The IP address and port number used to connect to the remote server.",source:"@site/versioned_docs/version-22.0.0/api/puppeteer.httpresponse.remoteaddress.md",sourceDirName:"api",slug:"/api/puppeteer.httpresponse.remoteaddress",permalink:"/api/puppeteer.httpresponse.remoteaddress",draft:!1,unlisted:!1,tags:[],version:"22.0.0",frontMatter:{sidebar_label:"HTTPResponse.remoteAddress"},sidebar:"api",previous:{title:"HTTPResponse.ok",permalink:"/api/puppeteer.httpresponse.ok"},next:{title:"HTTPResponse.request",permalink:"/api/puppeteer.httpresponse.request"}},a={},i=[{value:"Signature:",id:"signature",level:4}];function c(e){const r={a:"a",code:"code",h1:"h1",h4:"h4",p:"p",pre:"pre",strong:"strong",...(0,n.a)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(r.h1,{id:"httpresponseremoteaddress-method",children:"HTTPResponse.remoteAddress() method"}),"\n",(0,s.jsx)(r.p,{children:"The IP address and port number used to connect to the remote server."}),"\n",(0,s.jsx)(r.h4,{id:"signature",children:"Signature:"}),"\n",(0,s.jsx)(r.pre,{children:(0,s.jsx)(r.code,{className:"language-typescript",children:"class HTTPResponse {\n abstract remoteAddress(): RemoteAddress;\n}\n"})}),"\n",(0,s.jsx)(r.p,{children:(0,s.jsx)(r.strong,{children:"Returns:"})}),"\n",(0,s.jsx)(r.p,{children:(0,s.jsx)(r.a,{href:"/api/puppeteer.remoteaddress",children:"RemoteAddress"})})]})}function u(e={}){const{wrapper:r}={...(0,n.a)(),...e.components};return r?(0,s.jsx)(r,{...e,children:(0,s.jsx)(c,{...e})}):c(e)}},75251:(e,r,t)=>{var s=t(67294),n=Symbol.for("react.element"),o=Symbol.for("react.fragment"),p=Object.prototype.hasOwnProperty,d=s.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,a={key:!0,ref:!0,__self:!0,__source:!0};function i(e,r,t){var s,o={},i=null,c=null;for(s in void 0!==t&&(i=""+t),void 0!==r.key&&(i=""+r.key),void 0!==r.ref&&(c=r.ref),r)p.call(r,s)&&!a.hasOwnProperty(s)&&(o[s]=r[s]);if(e&&e.defaultProps)for(s in r=e.defaultProps)void 0===o[s]&&(o[s]=r[s]);return{$$typeof:n,type:e,key:i,ref:c,props:o,_owner:d.current}}r.Fragment=o,r.jsx=i,r.jsxs=i},85893:(e,r,t)=>{e.exports=t(75251)},11151:(e,r,t)=>{t.d(r,{Z:()=>d,a:()=>p});var s=t(67294);const n={},o=s.createContext(n);function p(e){const r=s.useContext(o);return s.useMemo((function(){return"function"==typeof e?e(r):{...r,...e}}),[r,e])}function d(e){let r;return r=e.disableParentContext?"function"==typeof e.components?e.components(n):e.components||n:p(e.components),s.createElement(o.Provider,{value:r},e.children)}}}]);
|