Skip to content
Snippets Groups Projects

oai-pmh: add custom HTTParty client

Merged Paul Millar requested to merge paul/webpage:add-connection-reuse into master

Motivation:

Currently, there is a lot of HTTP/networking code mixed in with application code. It would be good to seperate these concerns, particularly as we want to introduce connection reuse.

Modification:

Introduce new class that uses HTTParty as a mixin. Update code to take advantage of this new class.

Result:

Reduced code duplication; now easier to add new features.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading