UKGovLD / registry-core

Linked data registry - core application and example UI
https://github.com/UKGovLD/registry-core/wiki
Apache License 2.0
23 stars 9 forks source link

Support POST without content type #133

Closed simonoakesepimorphics closed 3 years ago

simonoakesepimorphics commented 3 years ago

POST requests without content type could be routed to any of the POST request handlers on RequestProcessor. The handlers are updated to be able to handle any of the POST operations that don't specify a content type.