Just a hello world http server. There are a couple of interesting servers available in Rust, but I've chosen this because it is relatively high level, performant, and easily integrates with https.
Depends on D6859
Paths
| Differential D6860 Authored by tomek on Feb 23 2023, 8:38 AM.
Tags None Referenced Files
Details Summary Just a hello world http server. There are a couple of interesting servers available in Rust, but I've chosen this because it is relatively high level, performant, and easily integrates with https. Depends on D6859 Test Plan Send GET to / and check if response is returned. Checked if both 127.0.0.1 and [::1] work.
Diff Detail
Event TimelineHerald added subscribers: atul, ashoat. · View Herald TranscriptFeb 23 2023, 8:38 AM2023-02-23 08:38:59 (UTC-8) Harbormaster completed remote builds in B16835: Diff 23014.Feb 23 2023, 8:54 AM2023-02-23 08:54:30 (UTC-8) bartek added inline comments.
This revision is now accepted and ready to land.Feb 24 2023, 4:22 AM2023-02-24 04:22:23 (UTC-8)
tomek edited the test plan for this revision. (Show Details)Feb 27 2023, 4:56 AM2023-02-27 04:56:46 (UTC-8) Harbormaster failed remote builds in B16940: Diff 23152!Feb 27 2023, 5:00 AM2023-02-27 05:00:38 (UTC-8) Harbormaster completed remote builds in B16949: Diff 23170.Feb 27 2023, 8:43 AM2023-02-27 08:43:36 (UTC-8) Closed by commit rCOMMd00c6f858ba2: [services][feature-flags] Add hello world http server (authored by tomek). · Explain WhyFeb 28 2023, 6:26 AM2023-02-28 06:26:22 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 23234 services/feature-flags/Cargo.lock
services/feature-flags/Cargo.toml
services/feature-flags/src/main.rs
services/feature-flags/src/service.rs
|