webserver
Here are 1,357 public repositories matching this topic...
Hey, could I get full documentation or post example? I want to recive Post's like
http:/example.com/login/?username=tester&password=myPassword
But I don't understand the only example which I've found in readme.md
Or mayby any idea how url would looks like for this:
CROW_ROUTE(app, "/add_json")
.methods("POST"_method)
([](const crow::request& req){
auto x = crow::json::load(req
What is the problem?
I've succesfully installed Gitea using the one-click install on a fresh install of CapRover. When I try to install drone-gitea using the one-click Install, I get the following error at the 7th step: "Failed: Error: Request failed with status code 500" .
If applicable, content of captain-definition
file:
N/A
Steps to reproduce the problem:
- Install Gitea
Currently, when resizing the terminal window where HTTPLab is running, you may get this:
2017/10/12 12:42:44 invalid dimensions
when the size of the window is too small, a better error message should be displayed.
See #56 for the context. My downstream server doesn't look at X-Forwarded-Host
, expecting the Host
header to be the original one received by the reverse proxy (HAProxy in our case in production).
I understand that others proxying to a live server with virtual hosts won't want that behavior, so it should be an option, and preferably per-route.
Maybe add a notation like prefixing a URL with
-
Updated
Jun 10, 2020 - C++
-
Updated
Mar 3, 2020 - C++
A simple progress bar would be good or possibly time remaining.
Hi there!
I found this framework interesting and promising due to its handy API syntax. However, the documentation somewhat confuses me. Well, this is unsurprising because I'm not an expert in Web development anyway. Actually, I have received little formal education in CS, but I know the very basics of TCP thanks to [Beej's Guide to Network Programming](http://beej.us/guide/bgnet/html/single/bg
Feature Request
Summary
- It would be great, if we manually can add/remove columns in the Customers/Domains overview.
For example:
- Customers overview: add the applyed hosting plan, Email and other fields.
- Domains overview: add the document root, separate logfile enabled, Emaildomain enabled, Only email? enabled and other fields.
System information
- Froxlor version:
I'm trying to gracefully exit the webServer with a GET or POST to the the webServer itself.
Is there a way to execute code after a HTTP response has been given to the client to help me do that properly ?
Is there a nicer way to handle shutting down suave server from a CD pipeline ?
let app =
choose [
path "/gracefulExit" >=>
request(fun r ->
Documentation issue
https://github.com/evennia/evennia/wiki/Tags
I would really appreciate a little clarification on tags and how to use them to extract objects. For example, if I have a list of objects and only want to get ones with "outside room" in the tag, there's no explanation of how to do so.
Suggested change
A couple examples perhaps using tags.get or something like that, s
-
Updated
Jun 13, 2020 - Python
-
Updated
Apr 7, 2020 - Common Lisp
-
Updated
Apr 9, 2020 - C#
-
Updated
Jun 9, 2020 - PHP
-
Updated
Mar 14, 2020 - JavaScript
I was just trying to build caddy binary with a custom set of plugins, but got stuck with the invalid import path ""
error.
Looks like most of us are trying to use the qualified name of the plugin instead of just the last part of it (abiosoft/caddy-docker#108 (comment)). I.e:
RUN VERSION="1.0.3" \
PLUGINS="http.prometheus" \
ENABLE_TELE
Here you can request what do you like to have in the documentation.
- API. How to embed a blog on the website via the API.
- API. Examples with PHP Curl.
- API. Examples with fetch. https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch
Feel free to create a pull request with How To
in the GitHub repository for documentation.
The YARD documentation in the C files is missing some YARD documentation tags, such as @param
, @return
...
...I would love help with this.
It's easy to take a source file at a time or maybe even fix the documentation for a single function or two at a time.
Great start for newcomers who want to help in on an open source project.
-
Updated
Jun 3, 2020 - C#
Hunchentoot is meant to hide error details from web users unless *show-lisp-errors-p* is overridden to true. But it doesn't always hide them. Here is how hunchentoot renders errors: a) if there's an error template html file use it, otherwise b) cook up a message whose level of detail depends on *show-lisp-errors-p* and *show-lisp-backtraces-p* As distributed, hunchentoot contains a 500
-
Updated
Nov 29, 2019 - Go
Improve this page
Add a description, image, and links to the webserver topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the webserver topic, visit your repo's landing page and select "manage topics."
Hi there
I'm trying to parse this king of lines, from a python flask service whose log format is
%(asctime)s [%(process)d] (%(levelname)s) (%(name)s): %(message)s