2016-05-11 22:36:12 +02:00
|
|
|
---
|
|
|
|
title: "mg_connect_http_opt()"
|
|
|
|
decl_name: "mg_connect_http_opt"
|
|
|
|
symbol_kind: "func"
|
|
|
|
signature: |
|
2017-03-15 02:37:45 +02:00
|
|
|
struct mg_connection *mg_connect_http_opt(
|
|
|
|
struct mg_mgr *mgr, MG_CB(mg_event_handler_t ev_handler, void *user_data);
|
2016-05-11 22:36:12 +02:00
|
|
|
---
|
|
|
|
|
2016-07-26 16:53:33 +02:00
|
|
|
Helper function that creates an outbound HTTP connection.
|
2016-05-11 22:36:12 +02:00
|
|
|
|
2016-07-26 16:53:33 +02:00
|
|
|
Mostly identical to mg_connect_http, but allows you to provide extra
|
|
|
|
*parameters
|
|
|
|
(for example, SSL parameters)
|
2016-05-11 22:36:12 +02:00
|
|
|
|