Skip to content

Multiple examples on various stacks on how to add custom response headers to an application.

Notifications You must be signed in to change notification settings

Ajsalemo/custom-response-header-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

custom-response-header-examples

Multiple examples on various stacks on how to add custom response headers to an application.

  • dotnet
    • This contains an example with ASP .NET Core 6 MVC
      • Documentation on the ResponseHeaders class can be found here.
  • java
  • node
  • php
    • This contains an example with Laravel and plain PHP
  • python