-
### Steps To Reproduce
Steps to reproduce the behavior:
1. build *libva-minimal-1.8.3*
`nix-build /nix/store/8s57pr9j16gadkvxgqxwrn996bm1cq2s-libva-minimal-1.8.3.drv`
### Build log
```
@nix …
-
I found this example in the doco for response headers:
```
app$get("/hello", \(req, res){
res$header("Content-Type", "something")
res$send("Using {ambiorix}!")
})
```
The problem is tha…
-
Neat package!
I used it to conjure up a vector tile server with very little code, but I'm having a problem, which I think is because my tile data (raw vector) is getting transformed to text by the …
-
Project:
The goal is an API which queries a database. Results set length varies a lot and so does the response time. In order to avoid blocking of fast queries by slow ones the API should by async.
…
-
Add tests.
Need input/ideas on how to do this best for web servers, .e.g.: mock requests, etc.
-
as per request on steam discussion, not sure if anyone else has provided but couldn't immediately see one. I can provide more if required, anything else to help.
[JOÃO III 167 110 BC - Copy.zip](http…
-
The httpuv based [ambiorix](https://ambiorix.john-coene.com/) is the new kid on the block. Let's add to the list of templates.
-
For make MMX WebUI and CLI for prplMesh functional and usable it's needed to write scripts for GetAll, Get, Set, Add and Delete operations in prplMesh backend.
That script must handle requests from…
-
Two changes needed to make this work with the master version.
1) I updated your post example at https://ambiorix.john-coene.com/#/examples/post should be to:
# app.R
library(ambiorix)
libr…
-
Hi John, good start on the abiorix package! I checked it out and run into 2 issues when parsing the request body.
(1) 1st thing is easy: `parse_json` is not exported, so add `#' @export` to `R/pars…