You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using the Nuclei SDK v3 for a project and noticed that the property ResponseReadSize is not configurable when initializing the SDK. This limitation prevents me from customizing how much of the response body is read when processing HTTP responses. In some cases, controlling this value is essential to optimize memory usage and performance, especially when working with large response bodies.
Requested Feature: I would like to request the ability to modify the ResponseReadSize property when initializing the Nuclei SDK. This would allow users to set a custom value for the maximum size of the response body that the SDK reads.
Thank you for considering this feature request! I look forward to any updates or guidance you might provide regarding this.
Best regards,
nascyimento
Describe the use case of the feature
Use Case:
Customizing the size of the response body read helps manage memory usage more effectively.
Describe alternatives you've considered
Possible Solution: Add a parameter in the SDK initialization options that allows setting the ResponseReadSize value, or provide a function that can be called to modify it after initialization.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe your feature request
I am currently using the Nuclei SDK v3 for a project and noticed that the property ResponseReadSize is not configurable when initializing the SDK. This limitation prevents me from customizing how much of the response body is read when processing HTTP responses. In some cases, controlling this value is essential to optimize memory usage and performance, especially when working with large response bodies.
Requested Feature: I would like to request the ability to modify the ResponseReadSize property when initializing the Nuclei SDK. This would allow users to set a custom value for the maximum size of the response body that the SDK reads.
Thank you for considering this feature request! I look forward to any updates or guidance you might provide regarding this.
Best regards,
nascyimento
Describe the use case of the feature
Use Case:
Customizing the size of the response body read helps manage memory usage more effectively.
Describe alternatives you've considered
Possible Solution: Add a parameter in the SDK initialization options that allows setting the ResponseReadSize value, or provide a function that can be called to modify it after initialization.
Additional context
No response
The text was updated successfully, but these errors were encountered: