QueraTeam / django-nextjs

Next.js integration for Django projects
MIT License
341 stars 17 forks source link

Add headers for nextjs request #20

Closed jvdboog closed 1 year ago

jvdboog commented 1 year ago

For my project, I need to be able to set the headers for the request that is sent to Nextjs. This PR will add that option.

danialkeimasi commented 1 year ago

Thanks for your contribution.