Forward.h 203 B

12345678910111213141516
  1. /*
  2. * Copyright (c) 2020, the SerenityOS developers.
  3. *
  4. * SPDX-License-Identifier: BSD-2-Clause
  5. */
  6. #pragma once
  7. namespace HTTP {
  8. class HttpRequest;
  9. class HttpResponse;
  10. class HttpsJob;
  11. class Job;
  12. }