This repository has been archived on 2025-03-09. You can view files and clone it, but cannot push or open issues or pull requests.
httpmitm-old/handlers.js
2024-08-12 18:58:31 -04:00

9 lines
215 B
JavaScript

const net = require('net')
const proc = require('process')
/**
* @param {import('./proxy').ServerConfig} config
* @param {net.Socket} socket
*/
function expressHandlerFromSocket(config, socket) {
proc.exec
}