Kevin Kreiser
Kevin Kreiser
see this comment for how to work around this issue: https://github.com/kevinkreiser/prime_server/pull/97/files#r614292607
interesting. we should look into it
i mean the program is just for testing really, to show how to write an example application using prime_server. indeed the correct response is http400 which is easily done but...
ok its a bit more complicated unfortunately because the thing you want to add is specific to the http protocol. you see prime_server was not only designed to be a...
yep that will work, you are on the right track now. however there is a problem with doing it "exactly" this way. it might be hard to understand the way...
please also remove `prime_testd`
ive made some small comments so far and i am traveling a lot this week but by the end of the week i should be able to get you some...
by and large, you are in the right direction for sure, we'll get it cleaned up and get it working. once we like the design we can add unit tests
sorry @ldsmoreira ive just been a bit busy. this weekend i will not have much time but perhaps friday or something will work. apologies for the delay
> When it comes to preflight requests, the server needs to know what it can accept or not. What can we do? I assumed we would update `prime_serverd` so that...