<?php
namespace HttpServer\Abstracts;
use Snowflake\Abstracts\Component;
abstract class HttpService extends Component
{
}