Page MenuHomePhabricator

[reports-service] Add HTTP server
ClosedPublic

Authored by bartek on Aug 25 2023, 4:20 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 4, 11:15 AM
Unknown Object (File)
Thu, Apr 4, 11:15 AM
Unknown Object (File)
Thu, Apr 4, 11:15 AM
Unknown Object (File)
Thu, Apr 4, 11:14 AM
Unknown Object (File)
Thu, Apr 4, 11:05 AM
Unknown Object (File)
Feb 19 2024, 10:13 AM
Unknown Object (File)
Feb 19 2024, 9:03 AM
Unknown Object (File)
Feb 19 2024, 8:29 AM
Subscribers

Details

Summary

A Hello World HTTP server with middleware for CORS and logging.
Increased JSON payload size limit to 10MB because reports might be large.

Depends on D8865

Test Plan

Used Postman to send GET request to /health endpoint. It returned 200 OK and empty body.
A built-in request log was printed to console.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable