summaryrefslogtreecommitdiffhomepage
path: root/util/httpm
AgeCommit message (Collapse)AuthorFilesLines
2023-11-22util/httpm: don't run test if .git doesn't existAndrew Dunham1-2/+10
Updates #9635 Signed-off-by: Andrew Dunham <andrew@du.nham.ca> Change-Id: I9089200f9327605036c88fc12834acece0c11694
2023-10-03util/httpm, all: add a test to make sure httpm is used consistentlyBrad Fitzpatrick1-0/+29
Updates #cleanup Change-Id: I7dbf8a02de22fc6b317ab5e29cc97792dd75352c Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2023-01-27all: update copyright and license headersWill Norris1-3/+2
This updates all source files to use a new standard header for copyright and license declaration. Notably, copyright no longer includes a date, and we now use the standard SPDX-License-Identifier header. This commit was done almost entirely mechanically with perl, and then some minimal manual fixes. Updates #6865 Signed-off-by: Will Norris <will@tailscale.com>
2023-01-27util/httpm: add another HTTP methodMihai Parparita1-0/+1
Signed-off-by: Mihai Parparita <mihai@tailscale.com>
2023-01-26util/httpm: add new package for prettier HTTP method constantsBrad Fitzpatrick1-0/+36
See package doc. Change-Id: Ibbfc8e1f98294217c56f3a9452bd93ffa3103572 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>