]> git.tdb.fi Git - libs/net.git/log
libs/net.git
12 years agoConvert svn:ignore to .gitignore
Mikko Rasa [Mon, 1 Aug 2011 09:35:10 +0000 (12:35 +0300)]
Convert svn:ignore to .gitignore

14 years agoAdd functions for parsing and building URIs and query strings
Mikko Rasa [Sat, 8 Aug 2009 21:41:01 +0000 (21:41 +0000)]
Add functions for parsing and building URIs and query strings
Use the new parse_url function in Request::from_url
Add urlencode_plus function
Support POST method
Three different encoding levels for urlencode
Add Message::has_header to check for header existence without exceptions

14 years agoSupport handling requests asynchronously
Mikko Rasa [Sun, 5 Jul 2009 20:36:37 +0000 (20:36 +0000)]
Support handling requests asynchronously
Add urlencode/urldecode functions

15 years agoAdd Server class
Mikko Rasa [Thu, 25 Dec 2008 08:44:19 +0000 (08:44 +0000)]
Add Server class
Get rid of the X-Port header and put port in Host, as per HTTP spec
Support for User-Agent header in Client
Move header parsing to Message
Normalize header names to make each word start with uppercase letter

15 years agoRename data to content in Message
Mikko Rasa [Wed, 24 Dec 2008 07:26:59 +0000 (07:26 +0000)]
Rename data to content in Message
Make Client::use_event_dispatcher more robust
Make the Status enum values all uppercase
Move the typedef of HeaderMap inside Message
Rename misc.* to version.*
Add a user_data field to Message and copy it rom request to response in Client
Update class member ordering

15 years agoInitial revision
Mikko Rasa [Sun, 16 Nov 2008 12:42:29 +0000 (12:42 +0000)]
Initial revision

15 years agoCreate standard directories
System Administrator [Sun, 16 Nov 2008 12:36:42 +0000 (12:36 +0000)]
Create standard directories