Skip to content

Replace fasthttp to gin-gonic #35

Description

@lcnascimento

Context

Nowadays, our http lib abstraction is based on fasthttp implementation. Since its is covered by a tiny community (compared to other solutions), we are facing some limitations that slow us down. We fear that we might face other issues in the future.

Tasks

  • Authentication Middleware
  • Authorization Middleware
  • Error Handling Middleware
  • Cors Middleware
  • Log Middleware
  • Trace Middleware

Definition of Done

  • It should keep its developer experience;
  • All of the implemented middlewares should be translated to a gin-gonic context;

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions