B4J Library [Web] [Server] EndsMeet

Attachments

  • EndsMeet.b4xlib
    4.8 KB · Views: 44
Last edited:

aeric

Expert
Licensed User
Longtime User
Version: 2.00

What's New​

  1. Add Route sub
  2. Updated RouteAdded sub
  3. Updated MethodAvailable sub for handling wildcard path
  4. Updated MethodAvailable2 sub
  5. Updated CreateRoute sub
 
Last edited:

aeric

Expert
Licensed User
Longtime User
Version: 2.10

What's New​

  1. Added dependency to MiniHtml library
  2. Added ExistInCache sub
  3. Added WriteToCache sub
  4. Added ReadFromCache sub
 

aeric

Expert
Licensed User
Longtime User
Version: 2.20

What's New​

  1. Revert changes in v2.10
    • Removed dependency to MiniHtml library
    • Removed ExistInCache sub
    • Removed WriteToCache sub
    • Removed ReadFromCache sub
    • Removed ConvertFromBytes sub
    • Removed ConvertToBytes sub
 

aeric

Expert
Licensed User
Longtime User
Version: 3.00

Highlights​

  • Upgraded to jServer5 — library dependency changed from jServer4 to jServer5

New Features​

  • PATCH method support — new Patch(Path, Class) public method added; Rest() now registers PATCH alongside GET/POST/PUT/DELETE
  • Enhanced static files configuration — StaticFilesSettings type now includes an Options As Map field; static files folder defaults to srvr.StaticFilesFolder (www if not set); dirAllowed can be set via Options map

Removals​

  • Removed OrderedKeys from ApiSettings type and all related config (API_ORDERED_KEYS removed from config.example and LoadConfig)
 
Top