Home
last modified time | relevance | path

Searched refs:contenttype (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/webclient/
H A Dclient.c107 char contentlength[40], contenttype[80], *path, *host; in PetscHTTPBuildRequest() local
128 PetscCall(PetscSNPrintf(contenttype, 80, "Content-Type: %s\r\n", ctype)); in PetscHTTPBuildRequest()
129 PetscCall(PetscStrlen(contenttype, &contenttypelen)); in PetscHTTPBuildRequest()
147 if (ctype) PetscCall(PetscStrlcat(request, contenttype, request_len)); in PetscHTTPBuildRequest()