5 Commits

Author SHA1 Message Date
Kory Prince
50fb48b7f3 mdmctl: don't send a request body for GET requests (#821) 2022-05-13 11:24:12 -07:00
Dan Lamppa
7da51da605 Updated mdmctl to allow base server URL to have a path (#683)
Updated mdmctl to allow server-url to have a path.

For example: "https://www.example.com/test". Prior to this, any path component was removed. The example url would have been modified to "https://www.example.com/".
2020-07-09 14:48:57 -04:00
Jesse Peterson
18fc598035 Bolt backup endpoint (#514) 2018-10-14 00:01:22 -04:00
Victor Vrantchan
70d26149ae only register HTTP routes once (#418)
Simplified the registration of HTTP routes.
Moved basic auth middleware to use the provided go-kit library.
2018-05-12 19:17:40 -04:00
Victor Vrantchan
45aacebb02 add common http functions to httputil pkg (#350) 2017-12-09 21:14:42 -05:00