#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:

  1. HTTP server infrastructure.
  2. Just enough code to implement the version query.
  3. A client that can send a version query.
  4. A test that hooks up the two.

Out of scope:

  1. TLS certificate generation (maybe? might want it).
  2. 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

In f7975b9/trunk:

Merge pull request #1161 from tahoe-lafs/3843-start-http-storage-server

A start at a HTTP-based storage server and client

Fixes ticket:3843
Fixes ticket:3762

Note: See TracTickets for help on using tickets.