Function htsget_http::post

source ยท
pub async fn post(
    searcher: Arc<impl HtsGet + Send + Sync + 'static>,
    body: PostRequest,
    request: Request,
    endpoint: Endpoint
) -> Result<JsonResponse>
Expand description

Gets a response in JSON for a POST request. The parameters can be consulted here