send($request->getContent()); } $httpConnection->send(str(new Response(200))); } catch (Exception $e) { $httpConnection->send(str(new Response(500, [], $e->getMessage()))); } } }