summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-09-08generic POST functionv0.0.5Jeff Carr
2025-09-07change the names from the http standardsv0.0.4Jeff Carr
I'll probably regret this and if anyone ever sees this and they actually use it, some people will probably complain. so: sorry It's not like HTTP isn't really well documented these days :) anyway, the *Addr fields are, I think, really really old kinda dumb names that were made to be super unique and ackward like RemoteAddr or whatever. Back then, having 'IP' would have been a major problem and PITA and super confusing. So I think everyone (I want to say 'we' but I don't know if I had anything to do with RemoteAddr. I think I did add the Apache guys to add SERVER_NAME support. Before that I don't think apache could respond to mosaic as 2 different hostnames. My memory could be incorrect.) named some of these things in ways that don't make sense in a protobuf like this where it should simply be IP
2025-09-07store the errorsJeff Carr
2025-09-06add req to PB functionv0.0.3Jeff Carr
2025-09-06get usernamev0.0.2Jeff Carr
2025-09-06post() funcv0.0.1Jeff Carr
2025-09-06day1Jeff Carr