You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the web concepts used in rapido (such as HTTP methods, status codes, media types, and so forth) should be driven by configuration. http://webconcepts.info/concepts/ lists various concepts and values, http://webconcepts.info/concepts.json is one big JSON listing everything (documentation is available at http://webconcepts.info/JSON-concepts).
this would make it unnecessary to hardcode these concepts into rapido. it also would make it possible to support per-user config. users could then subset/extend web concepts, and would get a personalized version of rapido.
if there is any info missing in web concepts, i'd be more than happy to make changes as required: https://github.com/dret/webconcepts/issues
The text was updated successfully, but these errors were encountered:
the web concepts used in rapido (such as HTTP methods, status codes, media types, and so forth) should be driven by configuration. http://webconcepts.info/concepts/ lists various concepts and values, http://webconcepts.info/concepts.json is one big JSON listing everything (documentation is available at http://webconcepts.info/JSON-concepts).
this would make it unnecessary to hardcode these concepts into rapido. it also would make it possible to support per-user config. users could then subset/extend web concepts, and would get a personalized version of rapido.
if there is any info missing in web concepts, i'd be more than happy to make changes as required: https://github.com/dret/webconcepts/issues
The text was updated successfully, but these errors were encountered: