Record Class IdHTTPResponseRedirect

java.lang.Object
java.lang.Record
com.io7m.idstore.server.http.IdHTTPResponseRedirect
Record Components:
cookies - The cookies
path - The path
All Implemented Interfaces:
IdHTTPResponseType

public record IdHTTPResponseRedirect(Set<IdHTTPCookieDeclaration> cookies, String path) extends Record implements IdHTTPResponseType
A redirect response.