-
Updated
Mar 21, 2021 - PHP
webservices
Here are 430 public repositories matching this topic...
-
Updated
Feb 8, 2021
-
Updated
Mar 21, 2021 - C#
-
Updated
Mar 15, 2021 - C
-
Updated
Jan 10, 2021 - Objective-C
-
Updated
Mar 19, 2021 - Java
-
Updated
Jan 13, 2021 - PHP
-
Updated
Jan 26, 2021 - Java
-
Updated
Jan 23, 2021 - TypeScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Mar 5, 2021 - Shell
-
Updated
Apr 17, 2020 - Kotlin
-
Updated
Oct 12, 2020 - Java
-
Updated
Jun 15, 2020 - Scala
-
Updated
Feb 17, 2019 - PHP
-
Updated
Mar 18, 2021 - Python
-
Updated
Mar 20, 2021 - Java
-
Updated
Mar 9, 2020 - Java
-
Updated
Aug 28, 2020 - Python
-
Updated
Jul 13, 2019 - PHP
httpendpoint.RequestedVersionExtractor.Extract should be able to return an error if the version encoded in the request is missing or invalid, resulting in an HTTP 400
RequestedVersionExtractor should be injected into the HTTPServer via a decorator (which the RuntimeCtl instance of the HTTPServer should opt out).
-
Updated
Oct 29, 2020
-
Updated
Feb 24, 2021 - PHP
-
Updated
Dec 26, 2020 - PHP
As a developer, I would like to pass ZIP archives to resource dependent handlers, so that I do not need to extract the archive first.
Example
var archive = Resource.FromFile("./app.zip");
var tree = ResourceTree.FromArchive(archive);
// use the archive for whatever we want to
var app = SinglePageApplication.From(tree); // Listing.From(tree), Resources.From(tree)
Host-
Updated
Sep 13, 2020
-
Updated
Mar 13, 2021 - TypeScript
Improve this page
Add a description, image, and links to the webservices topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the webservices topic, visit your repo's landing page and select "manage topics."
From what I understand, Travis will stop soon and builds are slow anyway. I'll do my best to work on this myself, but anyone is welcome to open a PR.
If at all possible, I think it would be good if the project's docker file is used for the CI too.