Replace gorilla/mux with stdlib net/http.ServeMux

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

Information

rb-gateway
master

Reviewers

The Go standard library now has HTTP request multiplexing itself,
meaning we no longer need an external dependency. This change converts
us over to use it.

Ran unit tests.

Summary ID
Replace gorilla/mux with stdlib net/http.ServeMux
The Go standard library now has HTTP request multiplexing itself, meaning we no longer need an external dependency. This change converts us over to use it. Testing Done: Ran unit tests.
qvzomyvtywqqwwvptwtoxqolwlnyovzr
maubin
  1. Ship It!
  2. 
      
david
Review request changed
Status:
Completed
Change Summary:
Pushed to master (3f54961)