Commit graph

21 commits

Author SHA1 Message Date
b4fc8ad05d web/cookie: improvements: create-from-keys, more default values 2024-09-02 10:39:44 +02:00
f6a361f4b8 web/response: create and set cookie, using web/cookie package based on cl-cookie 2024-09-01 10:33:37 +02:00
4d9328104f web/response: set up test call for set-cookie, + minor improvements 2024-08-31 09:55:12 +02:00
d52886ec15 util: add to property list - and other improvements for web/response:interaction cookie stuff 2024-08-30 19:40:58 +02:00
d934928a28 web/response, work in progress: provide set-cookie action handler (and default action) 2024-08-30 16:22:33 +02:00
974937cba7 web/response:interaction: simplify action definition with core:define-actions 2024-08-30 14:47:09 +02:00
0bedb8ee33 web/response: make interaction subclass of new base-context class, store message = action 2024-08-30 11:26:40 +02:00
9377ab116a web/response, work in progress: more on response message processing by interaction 2024-08-29 21:57:24 +02:00
2a4d3af1dd web/response, work in progress: render cookie data supplied by downstream service 2024-08-28 18:12:11 +02:00
cf7d85af4d web/server: log request cookies; fix old log and print-object stuff 2024-08-28 14:57:47 +02:00
0d8fd57920 web/response: re-arrange code, esp. interaction stuff 2024-07-26 16:16:53 +02:00
7c4b22d5f8 web/response: provide dynamic response via responder / writer calls 2024-07-26 08:51:08 +02:00
e9f9abd4a0 redefine message as subclass of shape:record 2024-07-25 21:23:28 +02:00
81ce777444 web/server: interaction with messages (plural, list or queue, ...) (more to come later) 2024-07-23 12:00:43 +02:00
5ee58b2437 make html-responder (HTML response class) configurable; use cs-hx:response in demo app 2024-07-18 19:18:33 +02:00
e33a86d031 web/dom: rewrite with element class OK 2024-07-15 17:18:07 +02:00
a00f7c652d web/dom: now with creating an intermediate structure (basically working) 2024-07-15 17:01:07 +02:00
84804f852a web/dom: unify call pattern for building elements - is always: attrs @body 2024-07-14 11:10:09 +02:00
00366e8b13 work in progress: web/dom: render HTML 2024-07-13 12:15:14 +02:00
036d367439 web/response: provide classes for content types, render HTML content (work in progress) 2024-07-13 10:56:29 +02:00
c094b0b9ee move response setup and rendering to new package web/response 2024-07-12 16:43:03 +02:00