Skip to content

Instantly share code, notes, and snippets.

View djbe's full-sized avatar

David Jennes djbe

View GitHub Profile
@djbe
djbe / AtlantisHTTPClient.swift
Last active July 13, 2022 23:47
MitM for Vapor
#if canImport(Atlantis)
import Atlantis
#endif
import Vapor
#if canImport(Atlantis)
extension Application.Clients.Provider {
static var atlantis: Self {
.init { application in
application.clients.use {