Re-added support for https (#33)

This commit is contained in:
solusipse
2017-09-17 14:34:44 +02:00
parent 1cba8ad493
commit cdd910b150
3 changed files with 21 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ $ cat fiche.c | nc localhost 9999
#define FICHE_H
#include <stdint.h>
#include <stdbool.h>
/**
@@ -52,6 +53,11 @@ typedef struct Fiche_Settings {
*/
uint8_t slug_len;
/**
* @brief If set, returns url with https prefix instead of http
*/
bool https;
/**
* @brief Connection buffer length
*