Skip to content
#

webservices

Here are 485 public repositories matching this topic...

Kaliumhexacyanoferrat
Kaliumhexacyanoferrat commented May 4, 2022

As a developer of a web service (or controller), I would like to use Protocol Buffers to transmit data more efficiently to my clients.

Example

using GenHTTP.Modules.Protobuf;

var serialization = Serialization.Default() // or .Empty()
                                 .AddProtobuf();

var service = ServiceResource.From<MyC
enhancement good first issue

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

enhancement good first issue

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