about summary refs log tree commit diff
path: root/src/response.c
AgeCommit message (Collapse)Author
2024-12-22Fix NOSOCK HEAD v1.1.1 masterNakidai
Code was including socket-related headers even with NOSOCK
2024-12-15Make LibHTTPC_dumpResponse accept NULL in bufNakidai
When LibHTTPC_dumpResponse accepts NULL it will allocate buffer itself using LibHTTPC_malloc
2024-11-29Add LibHTTPC_SOCK compile-time flagNakidai
2024-11-25Add LibHTTPC_writeResponseNakidai
2024-11-24Fix typoNakidai
2024-11-24Make headers a usual arrayNakidai
2024-11-24Generate phrase based on response.statusNakidai
2024-11-24LibHTTPC_Status_OK instead of 200Nakidai
2024-11-24QoL thingsNakidai
- Make response.status be LibHTTPC_Status - Add defaults in LibHTTPC_dumpResponse
2024-11-24Add codeNakidai