Instance Propertyvapor 4.106.2Vapor
key
The key.
DotEnv.swift:194let key: String
Other members in extension
Instance members
var description: String
CustomStringConvertible
conformance.let value: String
The value.
The key.
DotEnv.swift:194let key: String
var description: String
CustomStringConvertible
conformance.
let value: String
The value.
import Vapor
Vapor 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.
struct Line
Represents a KEY=VALUE
pair in a dotenv file.
struct DotEnvFile
Reads dotenv (.env
) files and loads them into the current process.
@frozen struct String
A Unicode string value that is a collection of characters.
var description: String { get }
CustomStringConvertible
conformance.
let value: String
The value.