-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Labels
area/generatorAffects: plugin, CLI, config file.Affects: plugin, CLI, config file.area/openapiAdding/updating a feature defined in OpenAPI.Adding/updating a feature defined in OpenAPI.area/runtimeAffects: the runtime library.Affects: the runtime library.kind/usabilityUsability of generated code, ergonomics.Usability of generated code, ergonomics.
Milestone
Description
Question
I want to redirect to domain2.com
from domain1.com
.
I can redirect same domain.
ex: fromdomain1.com/login
to domain1.com/account
.
responses:
'303':
headers:
location:
schema:
type: string
func login(_ input: Operations.login.Input) async throws -> Operations.login.Output {
// login
return .seeOther(.init(headers: .init(location: "https:/example2.com")))
}
Metadata
Metadata
Assignees
Labels
area/generatorAffects: plugin, CLI, config file.Affects: plugin, CLI, config file.area/openapiAdding/updating a feature defined in OpenAPI.Adding/updating a feature defined in OpenAPI.area/runtimeAffects: the runtime library.Affects: the runtime library.kind/usabilityUsability of generated code, ergonomics.Usability of generated code, ergonomics.