getInitialProps is the function of nextsj https://nextjs.org/docs/api-reference/data-fetching/get-initial-props .
Page.getInitialProps = async (ctx) => {
const req= ctx.req;
}
I want to know about protocol by this req
object.
getInitialProps is the function of nextsj https://nextjs.org/docs/api-reference/data-fetching/get-initial-props .
Page.getInitialProps = async (ctx) => {
const req= ctx.req;
}
I want to know about protocol by this req
object.