Use a typed context key for HTTP requests.

Review Request #14914 — Created March 17, 2026 and submitted

Information

rb-gateway
master

Reviewers

We pass data through the various URL routes via a context object. This
change replaces the bare string "repo" with a private contextKey type,
to avoid potential collisions with other packages that might use the
same key name.

Ran unit tests.

Summary ID
Use a typed context key for HTTP requests.
We pass data through the various URL routes via a context object. This change replaces the bare string "repo" with a private `contextKey` type, to avoid potential collisions with other packages that might use the same key name. Testing Done: Ran unit tests.
ysmulmpkrkmvmtsulkzzsrzyprwvnupm
maubin
  1. Ship It!
  2. 
      
david
Review request changed
Status:
Completed
Change Summary:
Pushed to master (43df9ba)