Crate htsget_http

Crate htsget_http 

Source

Re-exports§

pub use error::HtsGetError;
pub use error::Result;
pub use http_core::get;
pub use http_core::post;
pub use post_request::PostRequest;
pub use post_request::Region;
pub use service_info::get_service_info_json;
pub use service_info::Htsget;
pub use service_info::ServiceInfo;
pub use service_info::Type;

Modules§

error
http_core
middleware
htsget middleware components
post_request
query_builder
service_info

Structs§

Config
Simplified config.

Enums§

Endpoint
A enum to distinguish between the two endpoint defined in the HtsGet specification

Functions§

match_format
Get the format from the string.
match_format_from_query
Match the format from a query parameter.