LuckyLaszlo
|
1eb989a3fd
|
_determine_location() new version (to complete and test)
|
2022-08-09 20:47:21 +02:00 |
|
LuckyLaszlo
|
643b09c4f7
|
_request() and _response() refactoring
+ Wip redirection (weird behavior)
+ 505 HTTP Version Not Supported
|
2022-08-09 01:46:59 +02:00 |
|
LuckyLaszlo
|
a44b9b493a
|
split respone.cpp file
|
2022-08-08 20:36:01 +02:00 |
|
LuckyLaszlo
|
02cfdf43bc
|
bad_alloc handling
+ map.insert() replace map.operator[] for init, more efficient
|
2022-08-08 04:24:03 +02:00 |
|
LuckyLaszlo
|
4ab099ee4d
|
redone _read_request(). Should work with any BUFSIZE.
+ WIP in some aspects. Need to adjust parse_request() among others things.
+ update memo.txt
|
2022-08-07 05:41:01 +02:00 |
|
LuckyLaszlo
|
e596d8f093
|
MIME types map for correct Content-type header
+ append body to string cause encoding problem, so added temp buf in Client.
|
2022-08-05 04:24:15 +02:00 |
|
LuckyLaszlo
|
3102253092
|
wip DELETE, POST (no cgi, need testing)
|
2022-08-04 20:56:37 +02:00 |
|
LuckyLaszlo
|
8f167d85f3
|
wip integration of client.request and ServerConfig
+ Client get return reference
+ wip binary flags for http_method
+ moved config parser files
|
2022-08-02 21:11:54 +02:00 |
|
LuckyLaszlo
|
8a7204b7a5
|
init
|
2022-07-07 20:13:14 +02:00 |
|