Page MenuHomePhabricator

[reports-service] Add HTTP server
ClosedPublic

Authored by bartek on Aug 25 2023, 4:20 AM.
Tags
None
Referenced Files
F2018201: D8947.id30358.diff
Sat, Jun 15, 7:50 PM
Unknown Object (File)
Sun, Jun 9, 8:28 PM
Unknown Object (File)
Sun, Jun 9, 10:15 AM
Unknown Object (File)
Sun, Jun 9, 8:38 AM
Unknown Object (File)
Sat, Jun 8, 7:01 AM
Unknown Object (File)
Thu, Jun 6, 6:05 PM
Unknown Object (File)
Thu, Jun 6, 1:51 AM
Unknown Object (File)
Sun, May 26, 10:19 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