Crate htsget_actix

Source

Modules§

handlers

Structs§

AppState
Represents the actix app state.
Config
Simplified config.

Constants§

USAGE
The usage string for htsget-rs.

Functions§

configure_cors
Configure cors, settings allowed methods, max age, allowed origins, and if credentials are supported.
configure_server
Configure the query server.
run_server
Run the server using a http-actix HttpServer.