Skip to content
#

webservices

Here are 473 public repositories matching this topic...

Kaliumhexacyanoferrat
Kaliumhexacyanoferrat commented Dec 9, 2021

As a developer, I would like to virtualize existing resource trees, so that I can extend them with my own content.

Example

var tree = ResourceTree.FromDirectory("/app")
                       .Virtualize()
                       .Add("config.js", Resource.FromFile("/cfg/config.js"));

var spa = SinglePageApplication.From(tree);

Acceptance criteria

  • The func

The Selenified Test Framework provides mechanisms for simply testing applications at multiple tiers while easily integrating into DevOps build environments. Selenified provides traceable reporting for both web and API testing, wraps and extends Selenium calls to more appropriately handle testing errors, and supports testing over multiple browsers locally, or in the cloud in parallel. It can be a great starting point for building or improving test automation in your organization.

  • Updated Mar 9, 2020
  • Java
benhalstead
benhalstead commented May 31, 2019

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).

Improve this page

Add a description, image, and links to the webservices topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webservices topic, visit your repo's landing page and select "manage topics."

Learn more