Function htsget_http::post
source · pub async fn post(
searcher: Arc<impl HtsGet + Send + Sync + 'static>,
request: PostRequest,
id: impl Into<String>,
endpoint: Endpoint
) -> Result<JsonResponse>Expand description
Gets a response in JSON for a POST request. The parameters can be consulted here