Continue a non‐blocking HTTP request/response exchange on rctx.

Synopsis

Declared in <openssl/http.h>

int
OSSL_HTTP_REQ_CTX_nbio(OSSL_HTTP_REQ_CTX* rctx);

Return Value

1 when the exchange completed, ‐1 when more I/O is needed, or 0 on error.

Parameters

Name

Description

rctx

Request context previously prepared with headers/body.

Created with MrDocs