Opened at 2021-11-12T16:16:05Z
Closed at 2021-12-01T15:18:40Z
#3843 closed task (fixed)
Start on implementing HTTP server for storage protocol
Reported by: | itamarst | Owned by: | GitHub <noreply@…> |
---|---|---|---|
Priority: | normal | Milestone: | HTTP Storage Protocol |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
Just enough HTTP server to do a query.
This should include:
- HTTP server infrastructure.
- Just enough code to implement the version query.
- A client that can send a version query.
- A test that hooks up the two.
Out of scope:
- TLS certificate generation (maybe? might want it).
- CDDL schema validation.
Change History (1)
comment:1 Changed at 2021-12-01T15:18:40Z by GitHub <noreply@…>
- Owner set to GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In f7975b9/trunk: