i use go backend framework.
Can I define a custom header key on my request and read it on my endpoint?
i use go backend framework.
Can I define a custom header key on my request and read it on my endpoint?
Hello @virtouso, yes you can use the header ctx key to fetch the request headers: Runtime Context - Heroic Labs Documentation.