Instance Methodvapor 4.114.1Vapor->Swift
base32String
Base32.swift:121func base32String() -> String func base32String() -> String import Swiftimport VaporVapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
@frozen struct StringA Unicode string value that is a collection of characters.
static var defaultContentType: HTTPMediaType { get }func base32Bytes() -> [UInt8] func base64Bytes() -> [UInt8] func base64String() -> String func bcryptBase64Bytes() -> [UInt8] func bcryptBase64String() -> String func encodeResponse(for request: Request) -> EventLoopFuture<Response> func encodeResponse(for request: Request) async throws -> Response func finished(with string: String) -> String