Instance Propertyvapor 4.114.1Vapor
description
CustomStringConvertible
conformance.
var description: String { get }
CustomStringConvertible
conformance.
var description: String { get }
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.
let key: String
The key.
let value: String
The value.