package codersdk type CORSBehavior string const ( CORSBehaviorSimple CORSBehavior = "simple" CORSBehaviorPassthru CORSBehavior = "passthru" )