2c2b498223Added mimeType option to the WithStream extension. Bumped package version to 1.8.7MattMo2024-08-29 10:18:36 -07:00
bc82aeb8c2Added new WithStream extension for responses. Bumped package version to 1.8.6MattMo2024-08-29 10:12:44 -07:00
670605ce91Bumped package version to 1.8.5. Added enum route argument converting support. Cleaned up code and added unit test.MattMo2024-07-10 06:37:02 -07:00
a698e71e4bFixed a minor issue where the request parameter was the same name as the request object in javascript route functions. Bumped package version to 1.8.4MattMo2024-03-06 08:14:40 -08:00
51b8ba073cBumped package version to 1.8.3. Added code to escape the names of fields, properties when generating the constructor.MattMo2024-02-23 16:55:40 -08:00
b8e8e1dd86Bumped package version to 1.8.2. Added the ability to use json names in the Javascript Client generator if a JsonProperty exists on a field or a property.MattMo2024-02-23 16:23:54 -08:00
cc83f99612Bumped package version to 1.8.1. Javascript client now includes a urlHandler and requestHandler that can be used to modify the request before it's sent.MattMo2024-02-19 08:42:58 -08:00
8747b5fb3eModifying client generator to allow modifying requests before they are sent.MattMo2024-02-19 08:05:48 -08:00
50861d5381Bumped package version to 1.8.0. Added support for automatic gzip decompression in HttpListenerRequestExtensions. Added a new compress parameter for json requests in client generated code that auto compresses the json if set. Fixed a few bugs and cleaned up code.MattMo2024-01-13 10:53:44 -08:00
5f83b30cb2Added ability to specify a RouteResponse and RouteRequest as a dynamic. Improved documentation and fixed some null checks that were missing with this change. Bumped package version to 1.7.6MattMo2023-12-14 11:33:42 -08:00
38ef135b8aFixed a stackoverflow bug when generating a Rest Client and the object has it's type as a sub type. Bumped package versino to 1.7.5MattMo2023-12-14 11:14:27 -08:00
9633e211a1Fixed an accidental bug introduced to the client generation. Bumped package version to 1.7.4MattMo2023-09-24 19:49:25 -07:00
b9260dbdb1Fixed a bug where a double empty constructor could be generated for a C# client if there is no fields/properties. Bumped package version to 1.7.3MattMo2023-09-24 19:34:26 -07:00
4c64f1c134Modified Javascript Client generator to throw the response instead of a message so that behavior of the code using the Client can changed based on the response returned. Bumped package version to 1.7.2MattMo2023-07-28 15:23:29 -07:00
2f71c18b65Fixed an issue where if a route didn't end with a /, the generated code would still contain an ending slash. Bumped package version to 1.7.1MattMo2023-07-11 09:52:15 -07:00
69a1d9c3a8Improved RouteMatcher and added more unit tests to cover some edge cases. Cleaned up code. Bumped package version to 1.7.0MattMo2023-07-09 11:14:33 -07:00
8c44d56ab4Added utf16 response extensions to help support some legacy code. Changed HttpListener to protected to help with overriding the default behavior of the RouteListener if needed. Bumped package version to 1.6.9MattMo2023-07-05 08:04:56 -07:00
4b05b1b6b9Fixed an absolutely stupid bug. Bumped package version to 1.6.8MattMo2023-06-29 10:00:59 -07:00
7934f807efImproved file serving to support startPaths. Improved code and simplified a few things. Bumped package version to 1.6.7MattMo2023-06-29 09:50:12 -07:00
36872164c5Improved SinglePage algorithm. Bumped package version to 1.6.6MattMo2023-06-29 09:29:21 -07:00
dc1abd516bAdded missing code to the ServeSinglePage. Bumped package version to 1.6.5MattMo2023-06-29 08:37:45 -07:00
4617f861fcAdded support for cases where the parent directory is included in the request path. Added unit tests to check this case. Bumped package version to 1.6.4MattMo2023-06-29 08:21:54 -07:00
46aab308faMerge pull request 'ServeFileExtension' (#2) from ServeFileExtension into masterMattMo2023-06-29 01:39:07 +00:00
c2f60ff19fBumped package version to 1.6.3. Added unit tests for serving files. Fixed issues and improved the security of the serve file extensions and the ability to compress files.
#2
MattMo2023-06-28 18:37:46 -07:00
d96c44e542Working on code and tests for a serve file extension to make developing a small web server easier.MattMo2023-06-28 17:41:31 -07:00
8467251a17Working on ServeMultiPage and ServeSinglePage to help make it easier to serve a website using this library.MattMo2023-06-28 16:35:34 -07:00
ac2f63229cFixed a minor bug with the GetValue Javascript generated function. Bumped package version to 1.6.2MattMo2023-06-16 10:28:31 -07:00
9367ba0ff5Bumped package version to 1.6.1 and added helper GetValue function to Javascript and improved the documentation.MattMo2023-06-16 10:17:21 -07:00
52a6db9e1aAdded ReadAsForm to the RequestExtensions to help with reading form data. Bumped package verison to 1.6.0MattMo2023-06-09 14:53:41 -07:00
efd744974dBumped package version to 1.5.9, exposed a parameter in the init method to allow a custom message handler to be used with the client for C#.MattMo2023-06-01 06:29:39 -07:00
22ff3c1312Fixed a bug with boolean default values. Bumped package version to 1.5.8.MattMo2023-05-29 07:08:30 -07:00
a630f0e334Fixed a csharp client generator bug. The csharp client generator now outputs a constructor for types that allows setting property/fields. Bumped package version to 1.5.7MattMo2023-05-29 06:47:52 -07:00
755a2399e4Bumped package version to 1.5.6 added a helper function to get the name from a enum value.MattMo2023-05-22 08:59:56 -07:00
5e814e81c6Bumped package version to 1.5.5, added code to the CSharp client generator to generate a empty constructor and a constructor that can take an existing instance of a dto and automatically copy all the values.MattMo2023-05-19 07:25:55 -07:00
5048640a53Bumped package version to 1.5.4, changed @method to use @function in client generator for javascript. Added blob support for requests.MattMo2023-04-20 16:31:41 -07:00
16c1bb878cAdded GetNamesValues function to javascript client generator output. Bumped package version to 1.5.3.MattMo2023-04-20 08:50:28 -07:00
54e1fbefecRemoved enum extends since it's not super helpful. Bumped package version to 1.5.2.MattMo2023-04-14 06:44:30 -07:00
bbd38496daBumped package version to 1.5.1, added GetNames/GetValues helper functions to Javascript Enum Type class.MattMo2023-04-14 06:38:01 -07:00
fe5fc73d14Bumped package version to 1.5.0, changed Program.cs a little of the example. Improved the Javascript Client generator by exporting all types and changing enum to behave in a more useful way.MattMo2023-04-13 15:00:24 -07:00
e2c5aba868Added Javascript client generator. Fixed a few bugs. Improved client generator code.MattMo2023-04-12 18:03:55 -07:00
6a7f6ce096Modified ClientGenerator to support responses as a parameter input. Improved streams support. Bumped package version to 1.4.8MattMo2023-03-31 09:19:22 -07:00
b9e1f2ca7dModified GetMimeType to return binary type if there is no extension.MattMo2023-03-31 08:44:45 -07:00
cf477522c0Bumped package version to 1.4.7. Added support for Stream requests and MemoryStream responses.MattMo2023-03-31 08:21:32 -07:00
fe99ba9b9dAdded RouteTypeName attribute that can be used to rename a type when generating client code.MattMo2023-03-31 07:02:44 -07:00
4bc388d86bBumped package version to 1.4.5 and modified ClientGenerator to include System.Net assembly as a DotNet type.MattMo2023-03-30 10:36:51 -07:00
71941f5dd0Changed RouteListener to attempt to listen on all interfaces, if denied it falls back to local. Bumped package version to 1.4.4MattMo2023-03-28 06:20:20 -07:00
0c8467f942Fixed an issue where built int Enums would be converted to int type for fields. Bumped package version to 1.4.3.MattMo2023-03-24 08:21:12 -07:00
f2db3bddbfChanged logo to new design.MattMo2023-03-24 07:38:53 -07:00
ff7c356655Improved route function generator to handle status codes better and check to see if json content was null or empty and return default. Bumped package version to 1.4.2MattMo2023-03-24 07:33:35 -07:00
1345e326a8Added an attribute that can be used to included extra types in the client generation. Bumped package version to 1.4.1MattMo2023-03-24 07:15:42 -07:00
e8735d8764Added support for sub types in the C# client code generator. Bumped package version to 1.4.0MattMo2023-03-24 06:52:00 -07:00
fafdb48d51Bumped package version to 1.3.9 added support for Enum code generation and support for inherited types.MattMo2023-03-23 08:23:08 -07:00
97fecdbe6fChanged all response data extensions to no longer use chunking since we can specify the content length. Bumped package version to 1.3.8MattMo2023-03-03 16:12:13 -08:00
69e71bff0bCleaned up documentation. Response extension now sets the content length for a few extensions. Added WithNoBody response extension. Bumped package version to 1.3.7MattMo2023-03-03 15:49:39 -08:00
c0f029ce08Bumped package version to 1.3.6. Added RouteFileCache.Cached function that doesn't return content.MattMo2023-03-03 13:02:11 -08:00
f4fe34e461Added WithPreCompressedFile extension. Bumped package version to 1.3.5MattMo2023-03-01 17:14:52 -08:00
bd4f5f63b6Renamed fileName back to filePathMattMo2023-03-01 16:33:41 -08:00
2b892dfd66Added a new RouteFileCache and more response extensions. Bumped package version to 1.3.4.MattMo2023-03-01 16:19:20 -08:00
662bd03ddcChanged Listener.Block to not use as much CPU usage, at least not visually in the task manager.MattMo2023-03-01 12:22:23 -08:00
f882a74c6dAdded compressed response extensions and added more to the example program. Bumped package version to 1.3.3MattMo2023-02-24 12:05:57 -08:00
f8b726634eChanged mime type for javascript. Bumped package version to 1.3.2.MattMo2023-02-10 12:11:44 -08:00
55d75a7bb0Improved WithFile extension to allow custom MimeTypes and added an auto mime type detection. Bumped package to 1.3.1MattMo2023-02-09 12:53:03 -08:00
0ee5e98768Added a missing unit test and fixed another bug with the RouteMatcher. Bumped package version to 1.3.0MattMo2023-02-08 15:23:43 -08:00
85889973c8Fixed some bugs within the RouteMatcher to better support wild card and catch all matching. Added unit tests. Bumped package version to 1.2.9MattMo2023-02-08 15:14:17 -08:00
12fe2da2a3Fixed issue where client generator was actually removing routes from the original list. Improved documentation. Bumped package version to 1.2.8MattMo2023-02-08 14:44:00 -08:00
7ffa2d43efImproved the csharp client generator to check if the base url is null or whitespace and to remove trailing / characters. Fixed some bugs with different client names. Generator also now sets up cookie support.MattMo2023-02-07 13:02:56 -08:00
6ae73aaa7dChanged response extensions to use utf-8 encoding instead of utf-16. Bumped package version to 1.2.6MattMo2023-02-06 12:46:02 -08:00
a1f2f4a91cFixed bug in client generation. Publishing nuget.MattMo2023-02-06 12:15:39 -08:00
5a1efa90c7Reverting. Actually this is better.MattMo2023-02-06 11:38:36 -08:00
612a658b77Changed static csharp generator to now rely on the client name so that it can be easily renamed.MattMo2023-02-06 11:37:33 -08:00
e4c3ee0673Added static code generation option to the CSharp Client generator. Bumped package version to 1.2.4MattMo2023-02-06 11:21:56 -08:00
2076a1d02bBroke up RestClientGenerator so that custom generators for other languages can be created or the C# one could be modified for custom use cases.MattMo2023-02-06 10:46:38 -08:00
ed1d10ba9dAdded Json flag to RouteRequest and RouteResponse to control whether or not the content is Json and needs to be handled. Updated example code. Renamed ClientCodeGenerator to RestClientGenerator. Bumped package version to 1.2.2.MattMo2023-02-06 09:01:06 -08:00
60768b1b3eAdded a hidden route attribute that can be used to exclude a given route from code generation. Bumped package version to 1.2.1MattMo2023-02-05 13:27:10 -08:00
5c2b2ea4efBumped package version to 1.2.0. Added missing route method conversions to code generator.MattMo2023-02-05 13:02:18 -08:00
887cd687e0Merge pull request 'Merging Code Generation Feature' (#1) from CodeGen into masterMattMo2023-02-05 20:29:29 +00:00
42c4682c89Bumped package version to 1.1.9. Added documentation and cleaned up code. Going to merge into Master.MattMo2023-02-05 12:28:37 -08:00
1475159f1cAdded RouteName and Request/Response handling to the code generator. More work is needed.MattMo2023-02-05 10:59:29 -08:00
74f8921f7aImproved the code generator. More to come.MattMo2023-02-04 10:37:30 -08:00
6bb01464e7Working on C# client code generation.MattMo2023-02-04 08:26:09 -08:00
19ccdb9026Working on a client code generation feature to help speed up using an api built with this library.MattMo2023-02-03 13:33:28 -08:00
f8704e425bRoute arguments are now automatically url decoded by the RouteMatcher. Added a unit test to cover this case. Bumped package version to 1.1.8MattMo2023-02-02 16:14:32 -08:00
023654aba2Cleaned up code and added new ResponseExtensions to help with bad requests.MattMo2023-02-02 13:33:13 -08:00
c4f4704441Removed release notes so it's not confusing.MattMo2023-02-02 09:53:03 -08:00
cd6dd40fe2Bumped package version to 1.1.6 and removed RouteListenerContext in favor of built in HttpListenerContext since it's already apart of .Net. Cleaned up code and build passes.MattMo2023-02-02 09:51:34 -08:00
7dcc28d5e0Upgrading to latest version of Newtonsoft.JsonMattMo2023-01-26 12:01:36 -08:00
9b849f5ec1Simplified some class names and structure. New nuget version 1.1.4MattMo2023-01-26 11:48:56 -08:00
6db21454c9Added nuget package icon and bumped version to 1.1.3MattMo2023-01-26 10:21:24 -08:00
b4414f4da2Added new route exception event handler. Renamed events. Added better example code. Bumped nuget version to 1.1.2.MattMo2023-01-26 10:08:56 -08:00
77f13ac7aeHttpListener now returns 404 if a route isn't found instead of bad request. Added WithRedirect and WithHtml extensions. Bumped nuget version to 1.1.1MattMo2022-07-26 20:26:53 -07:00
56a17a3c66Changed release notes for 1.1.0Matt Mo2022-07-21 10:01:44 -07:00
3e190641a0Upgraded project to DotNet 6, increased package version to 1.1.0Matt Mo2022-07-21 09:56:23 -07:00
37356667d9Cleaning up project structure and simplifying things.MattMo2022-05-05 10:18:28 -07:00
98eaa87df6Added code to see if the current thread is trying to abort and if so stops blocking.MattMo2022-03-20 12:44:30 -07:00
6c64bbe4beFixed bugs and added a few helper functions.MattMo2022-03-16 00:24:39 -07:00
836aea0da7Added more unit tests for the route matcher. Published 1.0.9 nuget package.MattMo2022-03-03 18:55:45 -08:00