In API development, _________ versioning is a technique where the version information is included in the HTTP headers.

  • Header
  • Payload
  • Query Parameter
  • URI
In API development, header versioning is a technique where the version information is included in the HTTP headers. This allows clients to specify the desired version through the request headers, promoting clarity and separation of concerns in version control. Header versioning is favored for its simplicity and ease of implementation.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *