16 releases

0.4.12 Jan 2, 2024
0.4.11 Nov 2, 2023
0.4.9 Oct 2, 2023
0.4.6 Jul 11, 2023
0.1.4 Feb 24, 2023

#310 in Web programming

Download history 12/week @ 2023-12-31 16/week @ 2024-02-25 2/week @ 2024-03-03 5/week @ 2024-03-10 231/week @ 2024-03-31

236 downloads per month
Used in 2 crates

MIT license

390KB
10K SLoC

htsget-http

MIT licensed Build Status

Framework independent code for handling HTTP in htsget-rs.

Overview

This crate handles all the framework independent code for htsget-rs, it:

  • Produces htsget-specific HTTP responses.
  • Converts query results to JSON HTTP responses.
  • Handles htsget client error reporting.
  • Uses htsget-search to calculate URL tickets and byte ranges.

Usage

For running htsget-rs as an application

There is no need to interact with this crate for running htsget-rs.

As a library

This crate is useful for implementing additional framework dependent versions of the htsget-rs server. For example, htsget-rs could be written using another framework such as warp. This crate provides functions like get, post and get_service_info_json for this purpose. These functions take query and endpoint information, and process it using htsget-search to return JSON HTTP responses.

Feature flags

This crate has the following features:

  • s3-storage: used to enable S3Storage functionality.
  • url-storage: used to enable UrlStorage functionality.

License

This project is licensed under the MIT license.

Dependencies

~32–50MB
~1M SLoC