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
Paths
| Differential D8947 Authored by bartek on Aug 25 2023, 4:20 AM.
Tags None Referenced Files
Details
Summary A Hello World HTTP server with middleware for CORS and logging. Depends on D8865 Test Plan Used Postman to send GET request to /health endpoint. It returned 200 OK and empty body.
Diff Detail
Event Timelinebartek held this revision as a draft. Herald added a reviewer: • jon. · View Herald TranscriptAug 25 2023, 4:20 AM2023-08-25 04:20:21 (UTC-7) Harbormaster completed remote builds in B22083: Diff 30311.Aug 25 2023, 4:37 AM2023-08-25 04:37:44 (UTC-7) bartek added a child revision: D8951: [reports-service] Add authenticated service.Aug 25 2023, 8:33 AM2023-08-25 08:33:35 (UTC-7) This revision is now accepted and ready to land.Aug 25 2023, 4:44 PM2023-08-25 16:44:05 (UTC-7) Harbormaster completed remote builds in B22124: Diff 30358.Aug 26 2023, 8:27 AM2023-08-26 08:27:43 (UTC-7) Closed by commit rCOMM0f9c62299c8f: [reports-service] Add HTTP server (authored by bartek). · Explain WhyAug 29 2023, 8:04 AM2023-08-29 08:04:42 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 30508 services/reports/Cargo.lock
services/reports/Cargo.toml
services/reports/src/constants.rs
services/reports/src/http.rs
|