Skip to content

Add the ability to see verbose request/response data within HttpResponse #6

Description

@ptrks

Having the ability to inspect the constructed HTTP requests and responses can help with debugging and ensuring that headers, query params, etc are being constructed properly.

This will probably be handled by setting the appropriate CURLOPT flags such as CURLINFO_HEADER_OUT, CURLOPT_HEADER and CURLOPT_VERBOSE.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions