nlweb-ai/nlweb-net

馃З Middleware: Response headers injection (scaffold)

Open

#86 opened on Aug 18, 2025

聽(0 comments)聽(0 reactions)聽(0 assignees)C#聽(8 forks)auto 404
configurationgood first issuemiddleware

Repository metrics

Stars
聽(23 stars)
PR merge metrics
聽(PR metrics pending)

Description

Introduce a minimal response headers injection scaffold (incremental toward #39).

Scope

  • Create a ResponseHeadersOptions class under src/NLWebNet and wire minimal binding
  • Add a simple middleware or extend existing NLWebMiddleware to set one sample header when configured
  • Add an example to samples/Demo/appsettings.json

Acceptance Criteria

  • Running the demo sets at least one header from config

Labels: configuration, middleware, good first issue

Link: #39

Contributor guide