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