Custom method support
See original GitHub issueIt’s impossible to register a custom Method
with safe/idempotent semantics or whether it permits/forbids a body since the demise of the global, mutable, despicable registry.
package com.example
package object cornercase {
val BLORP: Method = ???
}
We can make Method.fromString("BLORP") === BLORP
. But we can’t define that BLORP
is safe, idempotent, or what type of body it takes. We also can’t make Method.fromString("BLORP") eq BLORP
. You can do both of these things in akka-http.
Does anybody out there actually BLORP? If you do, can you figure out how to do this without global state?
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Custom methods | Cloud APIs
This chapter will discuss how to use custom methods for API designs. Custom methods refer to API methods besides the 5 standard methods....
Read more >Custom Methods - Infinite Blue
A custom method is a JavaScript code execution runtime that allows you to customize the behavior of requests to your backend by providing...
Read more >Definition of a custom method - CS Professional Suite
A custom method is a depreciation calculation method that you define when standard IRS formulas aren't appropriate. You can define and use up...
Read more >question: custom method support · Issue #3482 · denoland/deno
To use an app protocol over HTTP. The use case is RPC using methods for procedure names. RFC 2616 allow to extend basic...
Read more >Mission 2 - 1: Create Custom App - Method Help Center
However, there isn't an interface for a user to enter or view data in this table. The rest of the missions will detail...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
My view: if you’re important enough to be a flyweight with recognized properties, you’re important enough to be in the IANA registry.
Anyone want to fight? 🥊 🥊
There is no longer a mutable registry.