petsc-3.13.4 2020-08-01
PetscHTTPSRequest
Send a request to an HTTPS server
Synopsis
PetscErrorCode PetscHTTPSRequest(const char type[],const char url[],const char header[],const char ctype[],const char body[],SSL *ssl,char buff[],size_t buffsize)
Input Parameters
Output Parameter
buff -everything returned from server
See Also
PetscHTTPRequest(), PetscHTTPSConnect(), PetscSSLInitializeContext(), PetscSSLDestroyContext(), PetscPullJSONValue()
Level
advanced
Location
src/sys/webclient/client.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages