Elise Barnes

Results 2 comments of Elise Barnes

Ok so would something like this be a better example maybe? ```javascript import proxy from '@fly/proxy' fly.http.respondWith(async function(req) { const parser = require('ua-parser-js') const ua = req.headers.get("User-Agent") const uaObj =...

**In progress:** working on middleware that handles deep linking to apps on mobile devices. It will use the `user-agent` header from requests to determine the user's device and OS. If...