bsiegert / BulkTracker

Track bulk build status in pkgsrc
Other
8 stars 1 forks source link

Use new `net/http` features in JSON API #73

Open bsiegert opened 2 months ago

bsiegert commented 2 months ago

In Go 1.22+, you can have URL params parsed by the HTTP Mux. This would greatly simplify parameter handling.