Commit Graph

970 Commits

Author SHA1 Message Date
sta
3c0fa929a1 Refactored a few for Ext.cs 2015-07-11 16:29:09 +09:00
sta
96b684036f Refactored a few for WebSocketServer.cs 2015-07-10 21:18:36 +09:00
sta
34de5b9ca4 Refactored a few for HttpServer.cs 2015-07-09 15:13:53 +09:00
sta
d4fc8da7a8 Fix for pull request #115, added the HttpServer (System.Net.IPAddress, int) constructor 2015-07-08 15:00:38 +09:00
sta
c10c9886ef Fix for pull request #115, added the HttpServer (System.Net.IPAddress, int, bool) constructor 2015-07-07 17:31:33 +09:00
sta
4bc2c4d4f0 Refactored a few for HttpListenerRequest.cs 2015-07-06 17:14:11 +09:00
sta
1998a535a4 Modified a bit for HttpRequest.cs, into the year 2015 2015-07-05 16:26:24 +09:00
sta
df9c8b1e74 Refactored a few for HttpRequest.cs 2015-07-05 16:20:22 +09:00
sta
a4cb03f8da Merge pull request #135 from davidburhans/master
Port 443 is also a default port and should be excluded from the Host header on WebSocket requests for compatibility reasons
2015-07-05 15:02:32 +09:00
sta
5728b47189 Refactored a few for HttpListenerRequest.cs 2015-07-04 22:37:23 +09:00
sta
987a02e594 Refactored a few for HttpListenerRequest.cs 2015-07-03 18:03:40 +09:00
sta
d3410a3ac4 Refactored a few for WebSocket.cs 2015-07-02 17:54:16 +09:00
sta
dbe7e0b17c Refactored a bit for WebSocket.cs 2015-07-01 01:35:13 +09:00
sta
2078bfad5a Fix for pull request #133, allow port 443 with non secure scheme, and allow port 80 with secure scheme 2015-06-30 15:43:00 +09:00
sta
cb8d1e75f6 Refactored a few for HttpServer.cs 2015-06-29 16:20:00 +09:00
sta
85dc704cc6 Refactored a few for Ext.cs 2015-06-28 16:59:39 +09:00
sta
72b7cafe4f Refactored a few for WebSocketServer.cs 2015-06-27 17:39:19 +09:00
sta
3764de92e7 Refactored a few for WebSocketServer.cs 2015-06-26 17:20:35 +09:00
sta
7559c5c8f2 Fix for pull request #115, refactored a few for HttpConnection.cs 2015-06-25 17:17:05 +09:00
sta
0516da098c Fix for pull request #115, added null check for IPAddress parameter in the WebSocketServer (System.Net.IPAddress, int, bool) constructor 2015-06-24 18:06:32 +09:00
sta
5e3814fa71 Refactored a few for HttpConnection.cs 2015-06-23 11:01:19 +09:00
sta
846f380157 Refactored a few for ResponseStream.cs 2015-06-22 14:40:23 +09:00
sta
8645185321 Refactored a few for HttpListenerResponse.cs 2015-06-22 14:20:09 +09:00
sta
9ad62f6a5f Refactored a few for HttpListenerResponse.cs 2015-06-21 16:46:58 +09:00
sta
0ecbca86e9 Refactored a few for HttpListenerResponse.cs 2015-06-20 16:59:16 +09:00
sta
78aa91c115 Refactored a few for HttpListenerResponse.cs 2015-06-19 17:26:59 +09:00
sta
d9d35a6527 Refactored a few for HttpListenerResponse.cs 2015-06-18 23:08:08 +09:00
sta
9c4482e770 Refactored a few for HttpListenerResponse.cs 2015-06-17 21:33:59 +09:00
sta
0c610dd41f Refactored HttpListenerResponse.cs 2015-06-16 21:37:55 +09:00
sta
dc9b2ae488 Modified a bit for WebHeaderCollection.cs, into the year 2015 2015-06-15 15:25:59 +09:00
sta
d8b5ae4ff1 Modified a bit for the description of WebHeaderCollection.cs 2015-06-15 15:22:36 +09:00
sta
33684e9fde Refactored a few for WebHeaderCollection.cs 2015-06-14 17:20:30 +09:00
sta
5641184ee6 Reset the headers after the updated headers are sent successfully 2015-06-13 17:20:00 +09:00
sta
bf0cb2f8e3 Check if the headers are valid 2015-06-12 17:14:36 +09:00
sta
97b4ca3cf8 Refactored a few for HttpConnection.cs 2015-06-11 15:43:09 +09:00
sta
a588d8e648 Refactored a few for HttpConnection.cs 2015-06-10 21:31:22 +09:00
David Burhans
23a8c1f4b1 add missed semicolon 2015-06-09 09:17:25 -06:00
David Burhans
ab3d3bd7b5 fix spacing. add intermediate variables 2015-06-09 08:06:04 -06:00
sta
f3cd96966e Refactored the HttpListenerResponse.Close (byte[], bool) and HttpConnection.SendError (string, int) methods 2015-06-09 17:46:56 +09:00
sta
659ab51b59 Refactored a few for HttpListenerResponse.cs 2015-06-08 20:49:52 +09:00
sta
626e22bbcf Modified a few for HttpConnection.cs, use the ResponseStream.Close (bool) method 2015-06-07 14:40:14 +09:00
sta
4f717159c3 Modified a bit for ResponseStream.cs, into the year 2015 2015-06-06 15:22:35 +09:00
sta
0d58843a99 Modified a bit for the description of ResponseStream.cs 2015-06-05 16:50:46 +09:00
sta
28030d0041 Refactored a few for ResponseStream.cs 2015-06-04 18:18:07 +09:00
David Burhans
c6e3e12aaf Port 443 is also a default port and should be excluded from the Host header on websocket requests for compatibility reasons 2015-06-03 11:15:02 -06:00
sta
b6ac7e73e1 Refactored ResponseStream.cs 2015-06-03 16:35:53 +09:00
sta
e4bd4ec5d0 Refactored ResponseStream.cs 2015-06-02 21:40:29 +09:00
sta
fb3c7fc41e Refactored ResponseStream.cs 2015-06-01 20:53:45 +09:00
sta
849c964102 Refactored a few for ResponseStream.cs 2015-05-31 18:14:08 +09:00
sta
854005660b Refactored a few for ResponseStream.cs 2015-05-30 18:16:32 +09:00